15 void PrintSelf(ostream &os, vtkIndent indent)
override;
27 void SetMaskVolume(vtkImageData* labelImage) { this->SetInputData(2, labelImage); }
36 vtkGetMacro(DistancePenalty,
double);
37 vtkSetMacro(DistancePenalty,
double);
44 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
override;
53 vtkInternal * Internal;
54 double DistancePenalty;