public void RemoveConsumer(vtkObject c) { vtkProp.vtkProp_RemoveConsumer_38(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()); }
public void AddConsumer(vtkObject c) { vtkProp.vtkProp_AddConsumer_01(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis()); }
public int IsConsumer(vtkObject c) { return(vtkProp.vtkProp_IsConsumer_30(base.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis())); }
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); }
public new void RemoveItem(vtkObject arg0) { vtkSocketCollection.vtkSocketCollection_RemoveItem_09(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()); }
public void UnRegisterProgress(vtkObject algorithm) { vtkView.vtkView_UnRegisterProgress_21(base.GetCppThis(), (algorithm == null) ? default(HandleRef) : algorithm.GetCppThis()); }
public virtual void Execute(vtkObject caller, uint eventId, IntPtr callData) { vtkCommand.vtkCommand_Execute_03(base.GetCppThis(), (caller == null) ? default(HandleRef) : caller.GetCppThis(), eventId, callData); }
public void RegisterProgress(vtkObject algorithm, string message) { vtkView.vtkView_RegisterProgress_13(base.GetCppThis(), (algorithm == null) ? default(HandleRef) : algorithm.GetCppThis(), message); }
public void WidgetInteraction(vtkObject caller) { vtkGeoInteractorStyle.vtkGeoInteractorStyle_WidgetInteraction_33(base.GetCppThis(), (caller == null) ? default(HandleRef) : caller.GetCppThis()); }
public void AddItem(vtkObject arg0) { vtkCollection.vtkCollection_AddItem_01(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()); }
public int IsItemPresent(vtkObject a) { return(vtkCollection.vtkCollection_IsItemPresent_08(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis())); }
public void InsertItem(int i, vtkObject arg1) { vtkCollection.vtkCollection_InsertItem_06(base.GetCppThis(), i, (arg1 == null) ? default(HandleRef) : arg1.GetCppThis()); }