85 vtkGetMacro(Direction,
int);
86 vtkSetMacro(Direction,
int);
88 vtkSetMacro(ForceInputVertexScalarField,
bool);
89 vtkGetMacro(ForceInputVertexScalarField,
bool);
91 vtkSetMacro(ForceInputOffsetScalarField,
bool);
92 vtkGetMacro(ForceInputOffsetScalarField,
bool);
94 vtkSetMacro(EnableForking,
bool);
95 vtkGetMacro(EnableForking,
bool);
102 template <
typename triangulationType>
105 const triangulationType *triangulation,
110 const std::vector<ttk::SimplexId> &globalVertexId,
111 const std::vector<ttk::SimplexId> &globalCellId,
113 vtkUnstructuredGrid *output);
122 vtkInformationVector **inputVector,
123 vtkInformationVector *outputVector)
override;
127 bool ForceInputVertexScalarField{
false};
128 bool ForceInputOffsetScalarField{
false};