TTK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ttk::MorseSmaleComplex::OutputCriticalPoints Struct Reference

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

Detailed Description

Critical points data arrays.

Definition at line 92 of file MorseSmaleComplex.h.

Member Function Documentation

◆ clear()

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

Definition at line 99 of file MorseSmaleComplex.h.

Member Data Documentation

◆ cellDimensions_

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

Definition at line 94 of file MorseSmaleComplex.h.

◆ cellIds_

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

Definition at line 95 of file MorseSmaleComplex.h.

◆ isOnBoundary_

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

Definition at line 96 of file MorseSmaleComplex.h.

◆ manifoldSize_

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

Definition at line 98 of file MorseSmaleComplex.h.

◆ PLVertexIdentifiers_

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

Definition at line 97 of file MorseSmaleComplex.h.

◆ points_

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

Definition at line 93 of file MorseSmaleComplex.h.


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