#include <poly_mesh.h>
|
void | read (std::istream &in) |
| Reads the edge connectivity from an input stream.
|
|
void | write (std::ostream &out) const |
| Writes the edge connectivity to an output stream.
|
|
|
std::vector< Vertex > | vertices_ |
| The vertices connected to this edge.
|
|
std::set< HalfFace > | halffaces_ |
| The halffaces incident to this edge.
|
|
std::set< Cell > | cells_ |
| The cells incident to this edge.
|
|
◆ read()
void read |
( |
std::istream & | in | ) |
|
Reads the edge connectivity from an input stream.
- Parameters
-
◆ 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