22 void PrintSelf(ostream& os, vtkIndent indent)
override;
25 vtkGetMacro(Label,
long);
26 vtkSetMacro(Label,
long);
29 vtkGetMacro(Axis,
int);
30 vtkSetMacro(Axis,
int);
34 vtkGetMacro(HeuristicAlignment,
bool);
35 vtkSetMacro(HeuristicAlignment,
bool);
40 vtkGetMacro(UseDistanceTransform,
bool);
41 vtkSetMacro(UseDistanceTransform,
bool);
44 vtkGetMacro(UseBallStructuringElement,
bool);
45 vtkSetMacro(UseBallStructuringElement,
bool);
55 bool HeuristicAlignment{
true};
56 bool UseDistanceTransform{
false};
57 bool UseBallStructuringElement{
false};