TTK
Loading...
Searching...
No Matches
ttk::TopologicalSkeleton::OutputCriticalPoints Struct Reference

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< SimplexIdcellIds_ {}
 
std::vector< char > isOnBoundary_ {}
 
std::vector< SimplexIdPLVertexIdentifiers_ {}
 
std::vector< SimplexIdmanifoldSize_ {}
 

Detailed Description

Critical points data arrays.

Definition at line 48 of file TopologicalSkeleton.h.

Member Function Documentation

◆ clear()

void ttk::TopologicalSkeleton::OutputCriticalPoints::clear ( )
inline

Definition at line 55 of file TopologicalSkeleton.h.

Member Data Documentation

◆ cellDimensions_

std::vector<char> ttk::TopologicalSkeleton::OutputCriticalPoints::cellDimensions_ {}

Definition at line 50 of file TopologicalSkeleton.h.

◆ cellIds_

std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::cellIds_ {}

Definition at line 51 of file TopologicalSkeleton.h.

◆ isOnBoundary_

std::vector<char> ttk::TopologicalSkeleton::OutputCriticalPoints::isOnBoundary_ {}

Definition at line 52 of file TopologicalSkeleton.h.

◆ manifoldSize_

std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::manifoldSize_ {}

Definition at line 54 of file TopologicalSkeleton.h.

◆ PLVertexIdentifiers_

std::vector<SimplexId> ttk::TopologicalSkeleton::OutputCriticalPoints::PLVertexIdentifiers_ {}

Definition at line 53 of file TopologicalSkeleton.h.

◆ points_

std::vector<std::array<float, 3> > ttk::TopologicalSkeleton::OutputCriticalPoints::points_ {}

Definition at line 49 of file TopologicalSkeleton.h.


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