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

#include <ttkReebGraphStructures.h>

Inheritance diagram for ttk::ftr::NodeData:
ttk::ftr::ObjectData

Public Member Functions

 NodeData (const ttk::ftr::idVertex nbNodes)
 
void addNode (const ttk::ftr::Graph &graph, const ttk::ftr::idNode n, const double scalar)
 
void addArrays (vtkPointData *pointData, ttk::ftr::Params ttkNotUsed(params))
 
- Public Member Functions inherited from ttk::ftr::ObjectData
void allocArray (vtkDataArray *const arr, const char *fieldName, size_t nbElmnt)
 

Public Attributes

vtkNew< vtkIntArray > ids {}
 
vtkNew< vtkIntArray > types {}
 
vtkNew< vtkDoubleArray > scalars {}
 

Detailed Description

Definition at line 41 of file ttkReebGraphStructures.h.

Constructor & Destructor Documentation

◆ NodeData()

ttk::ftr::NodeData::NodeData ( const ttk::ftr::idVertex  nbNodes)
inlineexplicit

Definition at line 46 of file ttkReebGraphStructures.h.

Member Function Documentation

◆ addArrays()

void ttk::ftr::NodeData::addArrays ( vtkPointData *  pointData,
ttk::ftr::Params   ttkNotUsedparams 
)
inline

Definition at line 60 of file ttkReebGraphStructures.h.

◆ addNode()

void ttk::ftr::NodeData::addNode ( const ttk::ftr::Graph graph,
const ttk::ftr::idNode  n,
const double  scalar 
)
inline

Definition at line 52 of file ttkReebGraphStructures.h.

Member Data Documentation

◆ ids

vtkNew<vtkIntArray> ttk::ftr::NodeData::ids {}

Definition at line 42 of file ttkReebGraphStructures.h.

◆ scalars

vtkNew<vtkDoubleArray> ttk::ftr::NodeData::scalars {}

Definition at line 44 of file ttkReebGraphStructures.h.

◆ types

vtkNew<vtkIntArray> ttk::ftr::NodeData::types {}

Definition at line 43 of file ttkReebGraphStructures.h.


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