PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions | Public Attributes | Friends
ReebGraphConstruction::ReebNode Struct Reference

Vertex property of ReebGraph. More...

Public Member Functions

 ReebNode (size_t _vIndx=-1, const Vector3d &_v=Vector3d(), double _w=numeric_limits< double >::max())
 

Public Attributes

size_t m_vertexIndex
 Vertex Index.
 
Vector3d m_vertex
 Vertex.
 
double m_w
 Morse function value.
 
size_t m_order {0}
 Total ordering of vertex.
 
size_t m_tetra {0}
 Tetrahedron index from embedding process.
 

Friends

istream & operator>> (istream &_is, ReebNode &_rn)
 
ostream & operator<< (ostream &_os, const ReebNode &_rn)
 

Detailed Description

Vertex property of ReebGraph.

Constructor & Destructor Documentation

◆ ReebNode()

ReebGraphConstruction::ReebNode::ReebNode ( size_t  _vIndx = -1,
const Vector3d &  _v = Vector3d(),
double  _w = numeric_limits<double>::max() 
)
Parameters
_vIndxVertex Index
_vVertex
_wMorse function value

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