#include <poly_mesh.h>
|
| void | read (std::istream &in) |
| |
| void | write (std::ostream &out) const |
| | Writes the edge connectivity to an output stream.
|
| |
|
|
std::set< Vertex > | vertices_ |
| | The vertices connected to this vertex.
|
| |
|
std::set< Edge > | edges_ |
| | The edges incident to this vertex.
|
| |
|
std::set< HalfFace > | halffaces_ |
| | The halffaces incident to this vertex.
|
| |
|
std::set< Cell > | cells_ |
| | The cells incident to this vertex.
|
| |
This type stores the vertex connectivity
- See also
- EdgeConnectivity, HalfFaceConnectivity, CellConnectivity
◆ read()
| void read |
( |
std::istream & | in | ) |
|
◆ write()
| void write |
( |
std::ostream & | out | ) |
const |
Writes the edge connectivity to an output stream.
- Parameters
-
The documentation for this struct was generated from the following files:
- G:/3_code/Easy3D/easy3d/core/poly_mesh.h
- G:/3_code/Easy3D/easy3d/core/poly_mesh.cpp