Home
last modified time | relevance | path

Searched refs:PickEvent (Results 1 – 25 of 76) sorted by relevance

1234

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkEventObject.cxx74 itkEventMacroDefinition(PickEvent, AnyEvent)
75 itkEventMacroDefinition(StartPickEvent, PickEvent)
76 itkEventMacroDefinition(EndPickEvent, PickEvent)
77 itkEventMacroDefinition(AbortCheckEvent, PickEvent)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkEventObject.h182 itkEventMacroDeclaration(PickEvent, AnyEvent)
183 itkEventMacroDeclaration(StartPickEvent, PickEvent)
184 itkEventMacroDeclaration(EndPickEvent, PickEvent)
185 itkEventMacroDeclaration(AbortCheckEvent, PickEvent)
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkPropPicker.cxx95 this->InvokeEvent(vtkCommand::PickEvent, nullptr); in PickProp()
179 this->InvokeEvent(vtkCommand::PickEvent, nullptr); in PickProp3DPoint()
319 this->InvokeEvent(vtkCommand::PickEvent, nullptr); in PickProp3DRay()
H A DvtkLODProp3D.cxx51 if (event == vtkCommand::PickEvent && po) in Execute()
53 this->Self->InvokeEvent(vtkCommand::PickEvent, nullptr); in Execute()
334 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, this->PickCallback); in AddLOD()
372 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, this->PickCallback); in AddLOD()
410 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, this->PickCallback); in AddLOD()
H A DvtkRenderedAreaPicker.cxx138 this->InvokeEvent(vtkCommand::PickEvent, nullptr); in AreaPick()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkPropPicker.cxx100 this->InvokeEvent(vtkCommand::PickEvent,nullptr); in PickProp()
188 this->InvokeEvent(vtkCommand::PickEvent,nullptr); in PickProp3DPoint()
332 this->InvokeEvent(vtkCommand::PickEvent, nullptr); in PickProp3DRay()
H A DvtkLODProp3D.cxx53 if (event == vtkCommand::PickEvent && po) in Execute()
55 this->Self->InvokeEvent(vtkCommand::PickEvent,nullptr); in Execute()
349 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
389 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
429 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
H A DvtkRenderedAreaPicker.cxx139 this->InvokeEvent(vtkCommand::PickEvent,nullptr); in AreaPick()
H A DvtkProp.cxx74 this->InvokeEvent(vtkCommand::PickEvent,nullptr); in Pick()
/dports/math/vtk6/VTK-6.2.0/Examples/ImageProcessing/Tcl/
H A DHistogramWidget.tcl124 $istyle RemoveObservers PickEvent
125 $istyle AddObserver PickEvent \
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkLODProp3D.cxx53 if (event == vtkCommand::PickEvent && po) in Execute()
55 this->Self->InvokeEvent(vtkCommand::PickEvent,NULL); in Execute()
349 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
389 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
429 this->LODs[index].Prop3D->AddObserver(vtkCommand::PickEvent, in AddLOD()
H A DvtkPropPicker.cxx96 this->InvokeEvent(vtkCommand::PickEvent,NULL); in PickProp()
H A DvtkRenderedAreaPicker.cxx143 this->InvokeEvent(vtkCommand::PickEvent,NULL); in AreaPick()
H A DvtkProp.cxx74 this->InvokeEvent(vtkCommand::PickEvent,NULL); in Pick()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkPointCloudWidget.cxx87 self->InvokeEvent(vtkCommand::PickEvent, nullptr); in MoveAction()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkBasicArchitectureTest.cxx71 else if( typeid( event ) == typeid( itk::PickEvent ) ) in WatchEvents()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/wrapping/
H A DITKCommonBase.wrap18 itk_wrap_simple_class("itk::PickEvent")
/dports/comms/snap7/snap7-full-1.4.2/src/sys/
H A Dsnap_tcpsrvr.h210 bool PickEvent(void *pEvent);
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestBalloonWidget.cxx85 picker->AddObserver(vtkCommand::PickEvent,pcbk); in TestBalloonWidget()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestBalloonWidget.cxx83 picker->AddObserver(vtkCommand::PickEvent, pcbk); in TestBalloonWidget()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestBalloonWidget.cxx85 picker->AddObserver(vtkCommand::PickEvent,pcbk); in TestBalloonWidget()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkCommand.h219 _vtk_add_event(PickEvent)\
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinForm/CSharp/CSServer/
H A DMainForm.cs125 while (Server.PickEvent(ref Event)) in LogTimer_Tick()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkCommand.h242 _vtk_add_event(PickEvent)\
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tcl/vtkinteraction/
H A Dbindings-iw.tcl213 [$istyle AddObserver PickEvent \

1234