| 183 | vtkSetClampMacro(Representation, int, VTK_PLANE_OFF, VTK_PLANE_SURFACE); |
| 184 | vtkGetMacro(Representation, int); |
| 185 | void SetRepresentationToOff() { this->SetRepresentation(VTK_PLANE_OFF); } |
| 186 | void SetRepresentationToOutline() { this->SetRepresentation(VTK_PLANE_OUTLINE); } |
| 187 | void SetRepresentationToWireframe() { this->SetRepresentation(VTK_PLANE_WIREFRAME); } |
| 188 | void SetRepresentationToSurface() { this->SetRepresentation(VTK_PLANE_SURFACE); } |
nothing calls this directly
no test coverage detected