| 94 | vtkGetMacro(Representation, int); |
| 95 | void SetRepresentationToOff() { this->SetRepresentation(VTK_SPHERE_OFF); } |
| 96 | void SetRepresentationToWireframe() { this->SetRepresentation(VTK_SPHERE_WIREFRAME); } |
| 97 | void SetRepresentationToSurface() { this->SetRepresentation(VTK_SPHERE_SURFACE); } |
| 98 | ///@} |
| 99 |
nothing calls this directly
no test coverage detected