82 vtkSetMacro(ComputeAscendingSegmentation,
bool);
83 vtkGetMacro(ComputeAscendingSegmentation,
bool);
85 vtkSetMacro(ComputeDescendingSegmentation,
bool);
86 vtkGetMacro(ComputeDescendingSegmentation,
bool);
88 vtkSetMacro(ComputeMSSegmentationHash,
bool);
89 vtkGetMacro(ComputeMSSegmentationHash,
bool);
91 vtkSetMacro(ForceInputOffsetScalarField,
bool);
92 vtkGetMacro(ForceInputOffsetScalarField,
bool);
95 template <
typename triangulationType>
96 int dispatch(
const SimplexId *
const inputOffsets,
97 const triangulationType &triangulation);
104 vtkInformationVector **inputVector,
105 vtkInformationVector *outputVector)
override;
108 bool ForceInputOffsetScalarField{};
109 OutputSegmentation segmentations_{};