|
Developer Documentation
|
Public Member Functions | |
| OpenVolumeMeshEdge (const VertexHandle &_fromVertex, const VertexHandle &_toVertex) | |
| const VertexHandle & | from_vertex () const |
| const VertexHandle & | to_vertex () const |
Protected Member Functions | |
| void | set_from_vertex (const VertexHandle &_vertex) |
| void | set_to_vertex (const VertexHandle &_vertex) |
Private Attributes | |
| VertexHandle | fromVertex_ |
| VertexHandle | toVertex_ |
Friends | |
| class | TopologyKernel |
Definition at line 52 of file BaseEntities.hh.