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

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

#include <MorseSmaleComplex.h>

Public Member Functions

void clear ()
 

Public Attributes

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

Detailed Description

1-Separatrices point and cell data arrays

Definition at line 105 of file MorseSmaleComplex.h.

Member Function Documentation

◆ clear()

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

Definition at line 124 of file MorseSmaleComplex.h.

Member Data Documentation

◆ cellDimensions_

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

Definition at line 110 of file MorseSmaleComplex.h.

◆ cellIds_

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

Definition at line 111 of file MorseSmaleComplex.h.

◆ 

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

◆ connectivity_

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

Definition at line 115 of file MorseSmaleComplex.h.

◆ destinationIds_

std::vector<ttk::SimplexId> ttk::MorseSmaleComplex::Output1Separatrices::destinationIds_ {}

Definition at line 117 of file MorseSmaleComplex.h.

◆ isOnBoundary_

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

Definition at line 120 of file MorseSmaleComplex.h.

◆ numberOfCells_

SimplexId ttk::MorseSmaleComplex::Output1Separatrices::numberOfCells_ {}

Definition at line 114 of file MorseSmaleComplex.h.

◆ numberOfPoints_

SimplexId ttk::MorseSmaleComplex::Output1Separatrices::numberOfPoints_ {}

Definition at line 107 of file MorseSmaleComplex.h.

◆ points_

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

Definition at line 108 of file MorseSmaleComplex.h.

◆ 

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

◆ separatrixIds_

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

Definition at line 118 of file MorseSmaleComplex.h.

◆ separatrixTypes_

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

Definition at line 119 of file MorseSmaleComplex.h.

◆ sepFuncMaxId_

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

Definition at line 121 of file MorseSmaleComplex.h.

◆ sepFuncMinId_

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

Definition at line 122 of file MorseSmaleComplex.h.

◆ smoothingMask_

std::vector<char> ttk::MorseSmaleComplex::Output1Separatrices::smoothingMask_ {}

Definition at line 109 of file MorseSmaleComplex.h.

◆ sourceIds_

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

Definition at line 116 of file MorseSmaleComplex.h.


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