Developer Documentation
OpenVolumeMesh::OpenVolumeMeshEdge Class Reference

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
 

Detailed Description

Definition at line 44 of file BaseEntities.hh.

Constructor & Destructor Documentation

◆ OpenVolumeMeshEdge()

OpenVolumeMesh::OpenVolumeMeshEdge::OpenVolumeMeshEdge ( const VertexHandle _fromVertex,
const VertexHandle _toVertex 
)
inline

Definition at line 47 of file BaseEntities.hh.

Member Function Documentation

◆ from_vertex()

const VertexHandle OpenVolumeMesh::OpenVolumeMeshEdge::from_vertex ( ) const
inline

Definition at line 53 of file BaseEntities.hh.

◆ set_from_vertex()

void OpenVolumeMesh::OpenVolumeMeshEdge::set_from_vertex ( const VertexHandle _vertex)
inlineprotected

Definition at line 62 of file BaseEntities.hh.

◆ set_to_vertex()

void OpenVolumeMesh::OpenVolumeMeshEdge::set_to_vertex ( const VertexHandle _vertex)
inlineprotected

Definition at line 65 of file BaseEntities.hh.

◆ to_vertex()

const VertexHandle OpenVolumeMesh::OpenVolumeMeshEdge::to_vertex ( ) const
inline

Definition at line 56 of file BaseEntities.hh.

Friends And Related Function Documentation

◆ TopologyKernel

friend class TopologyKernel
friend

Definition at line 45 of file BaseEntities.hh.

Member Data Documentation

◆ fromVertex_

VertexHandle OpenVolumeMesh::OpenVolumeMeshEdge::fromVertex_
private

Definition at line 70 of file BaseEntities.hh.

◆ toVertex_

VertexHandle OpenVolumeMesh::OpenVolumeMeshEdge::toVertex_
private

Definition at line 71 of file BaseEntities.hh.


The documentation for this class was generated from the following file: