|
TTK
|
Critical points data arrays. More...
#include <TopologicalSkeleton.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 48 of file TopologicalSkeleton.h.
|
inline |
Definition at line 55 of file TopologicalSkeleton.h.
| std::vector<char> ttk::TopologicalSkeleton::OutputCriticalPoints::cellDimensions_ {} |
Definition at line 50 of file TopologicalSkeleton.h.
| std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::cellIds_ {} |
Definition at line 51 of file TopologicalSkeleton.h.
| std::vector<char> ttk::TopologicalSkeleton::OutputCriticalPoints::isOnBoundary_ {} |
Definition at line 52 of file TopologicalSkeleton.h.
| std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::manifoldSize_ {} |
Definition at line 54 of file TopologicalSkeleton.h.
| std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::PLVertexIdentifiers_ {} |
Definition at line 53 of file TopologicalSkeleton.h.
| std::vector<std::array<float, 3> > ttk::TopologicalSkeleton::OutputCriticalPoints::points_ {} |
Definition at line 49 of file TopologicalSkeleton.h.