Exemplo n.º 1
0
 public void SetupInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkImageViewer.vtkImageViewer_SetupInteractor_36(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemplo n.º 2
0
 public override void SetInteractor(vtkRenderWindowInteractor interactor)
 {
     vtkRenderView.vtkRenderView_SetInteractor_39(base.GetCppThis(), (interactor == null) ? default(HandleRef) : interactor.GetCppThis());
 }
Exemplo n.º 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());
 }
Exemplo n.º 5
0
 public void AnimatePath(vtkRenderWindowInteractor rwi)
 {
     vtkCameraRepresentation.vtkCameraRepresentation_AnimatePath_02(base.GetCppThis(), (rwi == null) ? default(HandleRef) : rwi.GetCppThis());
 }
Exemplo n.º 6
0
 public override void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetInteractor_17(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Exemplo n.º 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());
 }
Exemplo n.º 9
0
 public override void SetInteractor(vtkRenderWindowInteractor iren)
 {
     vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetInteractor_15(base.GetCppThis(), (iren == null) ? default(HandleRef) : iren.GetCppThis());
 }
Exemplo n.º 10
0
 public override void SetInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkSeedWidget.vtkSeedWidget_SetInteractor_15(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemplo n.º 11
0
 public virtual void SetInteractor(vtkRenderWindowInteractor arg0)
 {
     vtkRenderViewBase.vtkRenderViewBase_SetInteractor_12(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemplo n.º 12
0
 public static int GetModifier(vtkRenderWindowInteractor arg0)
 {
     return(vtkEvent.vtkEvent_GetModifier_05((arg0 == null) ? default(HandleRef) : arg0.GetCppThis()));
 }
Exemplo n.º 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));
 }