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

Function OutlineOn

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

Source from the content-addressed store, hash-verified

110 void SetOutline(int o) { this->Cursor3D->SetOutline(o); }
111 int GetOutline() { return this->Cursor3D->GetOutline(); }
112 void OutlineOn() { this->Cursor3D->OutlineOn(); }
113 void OutlineOff() { this->Cursor3D->OutlineOff(); }
114
115 /**

Callers

nothing calls this directly

Calls 1

OutlineOnMethod · 0.80

Tested by

no test coverage detected