#include <ttkRipsPersistenceGeneratorsModule.h>
#include <vtkUnstructuredGrid.h>
#include <RipsPersistenceGenerators.h>
#include <ttkAlgorithm.h>
Go to the source code of this file.
|
| TTKRIPSPERSISTENCEGENERATORS_EXPORT void | GeneratorsToVTU (vtkUnstructuredGrid *vtu, vtkPoints *inputPoints, const std::vector< ttk::rpd::Generator1 > &generators1, bool parametrize=true) |
| | Converts a vector of 1-dimensional persistent generators in the ttk::rpd::Generator format to the VTK Unstructured Grid format.
|
| |
◆ GeneratorsToVTU()
| TTKRIPSPERSISTENCEGENERATORS_EXPORT void GeneratorsToVTU |
( |
vtkUnstructuredGrid * | vtu, |
|
|
vtkPoints * | inputPoints, |
|
|
const std::vector< ttk::rpd::Generator1 > & | generators1, |
|
|
bool | parametrize = true ) |
Converts a vector of 1-dimensional persistent generators in the ttk::rpd::Generator format to the VTK Unstructured Grid format.
- Parameters
-
| [out] | vtu | Output VTK Unstructured Grid |
| [in] | inputPoints | vtkPoints used to embed the generators |
| [in] | generators1 | Vector of ttk::rpd::Generator1 to be converted |
| [in] | parametrize | Whether to parametrize the generators |
Definition at line 39 of file ttkRipsPersistenceGenerators.cpp.