Ejemplo n.º 1
0
 public void RemoveConsumer(vtkObject c)
 {
     vtkProp.vtkProp_RemoveConsumer_38(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis());
 }
Ejemplo n.º 2
0
 public void AddConsumer(vtkObject c)
 {
     vtkProp.vtkProp_AddConsumer_01(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis());
 }
Ejemplo n.º 3
0
 public int IsConsumer(vtkObject c)
 {
     return(vtkProp.vtkProp_IsConsumer_30(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()));
 }
Ejemplo n.º 4
0
 public new void ReplaceItem(int i, vtkObject arg1)
 {
     vtkSocketCollection.vtkSocketCollection_ReplaceItem_10(base.GetCppThis(), i, (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }
		public void ExecuteCameraUpdateEvent(vtkObject o, uint arg1, IntPtr calldata)
		{
			vtkOrientationMarkerWidget.vtkOrientationMarkerWidget_ExecuteCameraUpdateEvent_01(base.GetCppThis(), (o == null) ? default(HandleRef) : o.GetCppThis(), arg1, calldata);
		}
 public void ExecuteTextPropertyModifiedEvent(vtkObject obj, uint enumEvent, IntPtr p)
 {
     vtkTextRepresentation.vtkTextRepresentation_ExecuteTextPropertyModifiedEvent_03(base.GetCppThis(), (obj == null) ? default(HandleRef) : obj.GetCppThis(), enumEvent, p);
 }
Ejemplo n.º 7
0
 public new void RemoveItem(vtkObject arg0)
 {
     vtkSocketCollection.vtkSocketCollection_RemoveItem_09(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Ejemplo n.º 8
0
 public void UnRegisterProgress(vtkObject algorithm)
 {
     vtkView.vtkView_UnRegisterProgress_21(base.GetCppThis(), (algorithm == null) ? default(HandleRef) : algorithm.GetCppThis());
 }
Ejemplo n.º 9
0
 public virtual void Execute(vtkObject caller, uint eventId, IntPtr callData)
 {
     vtkCommand.vtkCommand_Execute_03(base.GetCppThis(), (caller == null) ? default(HandleRef) : caller.GetCppThis(), eventId, callData);
 }
Ejemplo n.º 10
0
 public void RegisterProgress(vtkObject algorithm, string message)
 {
     vtkView.vtkView_RegisterProgress_13(base.GetCppThis(), (algorithm == null) ? default(HandleRef) : algorithm.GetCppThis(), message);
 }
Ejemplo n.º 11
0
 public void WidgetInteraction(vtkObject caller)
 {
     vtkGeoInteractorStyle.vtkGeoInteractorStyle_WidgetInteraction_33(base.GetCppThis(), (caller == null) ? default(HandleRef) : caller.GetCppThis());
 }
Ejemplo n.º 12
0
 public void AddItem(vtkObject arg0)
 {
     vtkCollection.vtkCollection_AddItem_01(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Ejemplo n.º 13
0
 public int IsItemPresent(vtkObject a)
 {
     return(vtkCollection.vtkCollection_IsItemPresent_08(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis()));
 }
Ejemplo n.º 14
0
 public void InsertItem(int i, vtkObject arg1)
 {
     vtkCollection.vtkCollection_InsertItem_06(base.GetCppThis(), i, (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }