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

Function AllOff

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

Source from the content-addressed store, hash-verified

119 this->ZShadowsOn();
120 }
121 void AllOff()
122 {
123 this->OutlineOff();
124 this->XShadowsOff();
125 this->YShadowsOff();
126 this->ZShadowsOff();
127 }
128 ///@}
129
130 ///@{

Callers

nothing calls this directly

Calls 1

OutlineOffMethod · 0.80

Tested by

no test coverage detected