Parasol Planning Library (PPL)
Public Member Functions | Data Fields
ReebGraphConstruction::MeshEdge Struct Reference

Tetrahedralization edge. Stores associates ReebEdges. More...

#include <ReebGraphConstruction.h>

Collaboration diagram for ReebGraphConstruction::MeshEdge:
Collaboration graph
[legend]

Public Member Functions

 MeshEdge (size_t _s, size_t _t, ReebGraph *_rg)
 

Data Fields

size_t m_source
 Source vertex index. More...
 
size_t m_target
 Target vertex index. More...
 
size_t m_numTris
 Number of triangles which it is incident on. More...
 
ArcSet m_arcs
 Set of Reeb Arcs. More...
 

Detailed Description

Tetrahedralization edge. Stores associates ReebEdges.

Constructor & Destructor Documentation

◆ MeshEdge()

ReebGraphConstruction::MeshEdge::MeshEdge ( size_t  _s,
size_t  _t,
ReebGraph _rg 
)
inline
Parameters
_sSource vertex index
_tTarget vertex index
_rgReebGraph pointer

Field Documentation

◆ m_arcs

ArcSet ReebGraphConstruction::MeshEdge::m_arcs

Set of Reeb Arcs.

◆ m_numTris

size_t ReebGraphConstruction::MeshEdge::m_numTris

Number of triangles which it is incident on.

◆ m_source

size_t ReebGraphConstruction::MeshEdge::m_source

Source vertex index.

◆ m_target

size_t ReebGraphConstruction::MeshEdge::m_target

Target vertex index.


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