| 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 | |
| 100 | /** |
nothing calls this directly
no test coverage detected