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

Function OutlineOff

Interaction/Widgets/vtkPointWidget.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 int GetOutline() { return this->Cursor3D->GetOutline(); }
112 void OutlineOn() { this->Cursor3D->OutlineOn(); }
113 void OutlineOff() { this->Cursor3D->OutlineOff(); }
114
115 /**
116 * Turn on/off the wireframe x-shadows.

Callers

nothing calls this directly

Calls 1

OutlineOffMethod · 0.80

Tested by

no test coverage detected