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

Function GetOutline

Interaction/Widgets/vtkPointHandleRepresentation3D.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 */
64 void SetOutline(int o) { this->Cursor3D->SetOutline(o); }
65 int GetOutline() { return this->Cursor3D->GetOutline(); }
66 void OutlineOn() { this->Cursor3D->OutlineOn(); }
67 void OutlineOff() { this->Cursor3D->OutlineOff(); }
68

Callers

nothing calls this directly

Calls 1

GetOutlineMethod · 0.80

Tested by

no test coverage detected