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

2-Separatrices point and cell data arrays More...

#include <MorseSmaleComplex.h>

Public Member Functions

void clear ()
 

Public Attributes

struct {
   SimplexId   numberOfPoints_ {}
 
   std::vector< float >   points_ {}
 
pt
 
struct {
   SimplexId   numberOfCells_ {}
 
   std::vector< ttk::SimplexId >   offsets_ {}
 
   std::vector< ttk::SimplexId >   connectivity_ {}
 
   std::vector< ttk::SimplexId >   sourceIds_ {}
 
   std::vector< ttk::SimplexId >   separatrixIds_ {}
 
   std::vector< char >   separatrixTypes_ {}
 
   std::vector< char >   isOnBoundary_ {}
 
   std::vector< SimplexId >   sepFuncMaxId_ {}
 
   std::vector< SimplexId >   sepFuncMinId_ {}
 
cl
 

Detailed Description

2-Separatrices point and cell data arrays

Definition at line 130 of file MorseSmaleComplex.h.

Member Function Documentation

◆ clear()

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

Definition at line 146 of file MorseSmaleComplex.h.

Member Data Documentation

◆ 

struct { ... } ttk::MorseSmaleComplex::Output2Separatrices::cl

◆ connectivity_

std::vector<ttk::SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::connectivity_ {}

Definition at line 138 of file MorseSmaleComplex.h.

◆ isOnBoundary_

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

Definition at line 142 of file MorseSmaleComplex.h.

◆ numberOfCells_

SimplexId ttk::MorseSmaleComplex::Output2Separatrices::numberOfCells_ {}

Definition at line 136 of file MorseSmaleComplex.h.

◆ numberOfPoints_

SimplexId ttk::MorseSmaleComplex::Output2Separatrices::numberOfPoints_ {}

Definition at line 132 of file MorseSmaleComplex.h.

◆ offsets_

std::vector<ttk::SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::offsets_ {}

Definition at line 137 of file MorseSmaleComplex.h.

◆ points_

std::vector<float> ttk::MorseSmaleComplex::Output2Separatrices::points_ {}

Definition at line 133 of file MorseSmaleComplex.h.

◆ 

struct { ... } ttk::MorseSmaleComplex::Output2Separatrices::pt

◆ separatrixIds_

std::vector<ttk::SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::separatrixIds_ {}

Definition at line 140 of file MorseSmaleComplex.h.

◆ separatrixTypes_

std::vector<char> ttk::MorseSmaleComplex::Output2Separatrices::separatrixTypes_ {}

Definition at line 141 of file MorseSmaleComplex.h.

◆ sepFuncMaxId_

std::vector<SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::sepFuncMaxId_ {}

Definition at line 143 of file MorseSmaleComplex.h.

◆ sepFuncMinId_

std::vector<SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::sepFuncMinId_ {}

Definition at line 144 of file MorseSmaleComplex.h.

◆ sourceIds_

std::vector<ttk::SimplexId> ttk::MorseSmaleComplex::Output2Separatrices::sourceIds_ {}

Definition at line 139 of file MorseSmaleComplex.h.


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