MCPcopy Create free account
hub / github.com/Kitware/VTK / SetRepresentationToOff

Function SetRepresentationToOff

Interaction/Widgets/vtkPlaneWidget.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers

nothing calls this directly

Calls 1

SetRepresentationMethod · 0.45

Tested by

no test coverage detected