45 vtkSetMacro(IncreasingOrder,
bool);
46 vtkGetMacro(IncreasingOrder,
bool);
48 vtkSetMacro(StartByOne,
bool);
49 vtkGetMacro(StartByOne,
bool);
51 template <typename VTK_TT>
52 int dispatch(std::vector<
ttk::SimplexId> &inputIds);
60 int FillInputPortInformation(
int port, vtkInformation *info) override;
61 int FillOutputPortInformation(
int port, vtkInformation *info) override;
62 int RequestData(vtkInformation *request,
63 vtkInformationVector **inputVector,
64 vtkInformationVector *outputVector) override;
67 bool IncreasingOrder{
false};
68 bool StartByOne{
false};
70 vtkDataArray *inputScalars_{
nullptr};