TTK
|
Critical points data arrays. More...
#include <MorseSmaleComplex.h>
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< std::array< float, 3 > > | points_ {} |
std::vector< char > | cellDimensions_ {} |
std::vector< SimplexId > | cellIds_ {} |
std::vector< char > | isOnBoundary_ {} |
std::vector< SimplexId > | PLVertexIdentifiers_ {} |
std::vector< SimplexId > | manifoldSize_ {} |
Critical points data arrays.
Definition at line 95 of file MorseSmaleComplex.h.
|
inline |
Definition at line 102 of file MorseSmaleComplex.h.
std::vector<char> ttk::MorseSmaleComplex::OutputCriticalPoints::cellDimensions_ {} |
Definition at line 97 of file MorseSmaleComplex.h.
std::vector<SimplexId> ttk::MorseSmaleComplex::OutputCriticalPoints::cellIds_ {} |
Definition at line 98 of file MorseSmaleComplex.h.
std::vector<char> ttk::MorseSmaleComplex::OutputCriticalPoints::isOnBoundary_ {} |
Definition at line 99 of file MorseSmaleComplex.h.
std::vector<SimplexId> ttk::MorseSmaleComplex::OutputCriticalPoints::manifoldSize_ {} |
Definition at line 101 of file MorseSmaleComplex.h.
std::vector<SimplexId> ttk::MorseSmaleComplex::OutputCriticalPoints::PLVertexIdentifiers_ {} |
Definition at line 100 of file MorseSmaleComplex.h.
std::vector<std::array<float, 3> > ttk::MorseSmaleComplex::OutputCriticalPoints::points_ {} |
Definition at line 96 of file MorseSmaleComplex.h.