41 void PrintSelf(ostream& os, vtkIndent indent)
override;
43 vtkSetMacro(Value,
double);
44 vtkGetMacro(Value,
double);
68 if (strcmp(str,
"Polygon") == 0)
69 this->SetShapeToPolygon();
70 else if (strcmp(str,
"Lines") == 0)
71 this->SetShapeToLines();
73 this->SetShapeToPoints();
76 vtkSetMacro(Radius,
int);
77 vtkGetMacro(Radius,
int);
80 vtkGetObjectMacro(Points, vtkPoints);
94 vtkInformationVector** inputVectors,
95 vtkInformationVector* outputVector)
override;