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

Function SetRepresentationToWireframe

Interaction/Widgets/vtkSphereWidget.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetRepresentationMethod · 0.45

Tested by

no test coverage detected