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

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

#include <TopologicalSkeleton.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_ {} 
 
cl 
 

Detailed Description

2-Separatrices point and cell data arrays

Definition at line 85 of file TopologicalSkeleton.h.

Member Function Documentation

◆ clear()

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

Definition at line 99 of file TopologicalSkeleton.h.

Member Data Documentation

◆ [struct]

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

◆ connectivity_

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

Definition at line 93 of file TopologicalSkeleton.h.

◆ isOnBoundary_

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

Definition at line 97 of file TopologicalSkeleton.h.

◆ numberOfCells_

SimplexId ttk::TopologicalSkeleton::Output2Separatrices::numberOfCells_ {}

Definition at line 91 of file TopologicalSkeleton.h.

◆ numberOfPoints_

SimplexId ttk::TopologicalSkeleton::Output2Separatrices::numberOfPoints_ {}

Definition at line 87 of file TopologicalSkeleton.h.

◆ offsets_

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

Definition at line 92 of file TopologicalSkeleton.h.

◆ points_

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

Definition at line 88 of file TopologicalSkeleton.h.

◆ [struct]

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

◆ separatrixIds_

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

Definition at line 95 of file TopologicalSkeleton.h.

◆ separatrixTypes_

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

Definition at line 96 of file TopologicalSkeleton.h.

◆ sourceIds_

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

Definition at line 94 of file TopologicalSkeleton.h.


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