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

Method SetShowRay

Rendering/VR/vtkVRModel.cxx:153–156  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151
152//------------------------------------------------------------------------------
153void vtkVRModel::SetShowRay(bool v)
154{
155 this->Ray->SetShow(v);
156}
157
158//------------------------------------------------------------------------------
159void vtkVRModel::SetRayLength(double length)

Callers 3

ShowRayMethod · 0.80
HideRayMethod · 0.80
UpdateRayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected