Пример #1
0
 public void SetupInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkImageViewer.vtkImageViewer_SetupInteractor_36(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Пример #2
0
 public override void SetInteractor(vtkRenderWindowInteractor interactor)
 {
     vtkRenderView.vtkRenderView_SetInteractor_39(base.GetCppThis(), (interactor == null) ? default(HandleRef) : interactor.GetCppThis());
 }
Пример #3
0
 public override void SetInteractor(vtkRenderWindowInteractor rwi)
 {
     vtkInteractorStyleAreaSelectHover.vtkInteractorStyleAreaSelectHover_SetInteractor_14(base.GetCppThis(), (rwi == null) ? default(HandleRef) : rwi.GetCppThis());
 }
 public void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkObserverMediator.vtkObserverMediator_SetInteractor_09(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Пример #5
0
 public void AnimatePath(vtkRenderWindowInteractor rwi)
 {
     vtkCameraRepresentation.vtkCameraRepresentation_AnimatePath_02(base.GetCppThis(), (rwi == null) ? default(HandleRef) : rwi.GetCppThis());
 }
Пример #6
0
 public override void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetInteractor_17(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Пример #7
0
 public override void SetInteractor(vtkRenderWindowInteractor interactor)
 {
     vtkGeoInteractorStyle.vtkGeoInteractorStyle_SetInteractor_28(base.GetCppThis(), (interactor == null) ? default(HandleRef) : interactor.GetCppThis());
 }
 public virtual void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkInteractorObserver.vtkInteractorObserver_SetInteractor_28(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Пример #9
0
 public override void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetInteractor_15(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Пример #10
0
 public override void SetInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkSeedWidget.vtkSeedWidget_SetInteractor_15(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Пример #11
0
 public virtual void SetInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkRenderViewBase.vtkRenderViewBase_SetInteractor_12(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Пример #12
0
 public static int GetModifier(vtkRenderWindowInteractor arg0)
 {
     return(vtkEvent.vtkEvent_GetModifier_05((arg0 == null) ? default(HandleRef) : arg0.GetCppThis()));
 }
Пример #13
0
 public static int InteractorEventLoop(string[] argv, vtkRenderWindowInteractor iren, string stream)
 {
     return(vtkTesting.vtkTesting_InteractorEventLoop_19(argv.Length, argv, (iren == null) ? default(HandleRef) : iren.GetCppThis(), stream));
 }