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

Function SetRepresentationToSurface

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

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 1

SetRepresentationMethod · 0.45

Tested by

no test coverage detected