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

Method StartComplexInteraction

Rendering/VR/vtkVRMenuRepresentation.cxx:104–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

102
103//------------------------------------------------------------------------------
104void vtkVRMenuRepresentation::StartComplexInteraction(
105 vtkRenderWindowInteractor*, vtkAbstractWidget*, unsigned long, void* calldata)
106{
107 vtkEventData* edata = static_cast<vtkEventData*>(calldata);
108 vtkEventDataDevice3D* ed = edata->GetAsEventDataDevice3D();
109 if (ed)
110 {
111 this->CurrentOption = 0;
112 this->Modified();
113 this->BuildRepresentation();
114 this->VisibilityOn();
115 }
116}
117
118//------------------------------------------------------------------------------
119void vtkVRMenuRepresentation::EndComplexInteraction(

Callers 2

ShowMethod · 0.45
SelectAction3DMethod · 0.45

Calls 3

BuildRepresentationMethod · 0.95
ModifiedMethod · 0.45

Tested by

no test coverage detected