TTK
|
#include <ttkReebGraphStructures.h>
Public Member Functions | |
ArcData (const ttk::ftr::idSuperArc nbArcs) | |
void | setPointInfo (const ttk::ftr::Graph &ttkNotUsed(graph), const ttk::ftr::idSuperArc ttkNotUsed(a), const vtkIdType skeletonVert, bool r=false) |
void | setArcInfo (const ttk::ftr::Graph &graph, const ttk::ftr::idSuperArc a, const vtkIdType skeletonCell) |
void | addArrays (vtkUnstructuredGrid *arcs, 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< vtkCharArray > | reg {} |
vtkNew< vtkUnsignedCharArray > | fromUp {} |
std::map< ttk::ftr::idVertex, vtkIdType > | points |
Definition at line 68 of file ttkReebGraphStructures.h.
|
inline |
Definition at line 76 of file ttkReebGraphStructures.h.
|
inline |
Definition at line 102 of file ttkReebGraphStructures.h.
|
inline |
Definition at line 91 of file ttkReebGraphStructures.h.
|
inline |
Definition at line 84 of file ttkReebGraphStructures.h.
vtkNew<vtkUnsignedCharArray> ttk::ftr::ArcData::fromUp {} |
Definition at line 72 of file ttkReebGraphStructures.h.
vtkNew<vtkIntArray> ttk::ftr::ArcData::ids {} |
Definition at line 69 of file ttkReebGraphStructures.h.
std::map<ttk::ftr::idVertex, vtkIdType> ttk::ftr::ArcData::points |
Definition at line 74 of file ttkReebGraphStructures.h.
vtkNew<vtkCharArray> ttk::ftr::ArcData::reg {} |
Definition at line 70 of file ttkReebGraphStructures.h.