public new static vtkGeoTreeNode New() { vtkGeoTreeNode result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGeoTreeNode.vtkGeoTreeNode_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkGeoTreeNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public virtual vtkCollection GetRequestedNodes(vtkGeoTreeNode node) { vtkCollection vtkCollection = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGeoSource.vtkGeoSource_GetRequestedNodes_03(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkCollection = (vtkCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkCollection.Register(null); } } return(vtkCollection); }
public new static vtkGeoTreeNode SafeDownCast(vtkObjectBase o) { vtkGeoTreeNode vtkGeoTreeNode = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGeoTreeNode.vtkGeoTreeNode_SafeDownCast_24((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGeoTreeNode = (vtkGeoTreeNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGeoTreeNode.Register(null); } } return(vtkGeoTreeNode); }
public vtkGeoTreeNode GetChildTreeNode(int idx) { vtkGeoTreeNode vtkGeoTreeNode = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkGeoTreeNode.vtkGeoTreeNode_GetChildTreeNode_04(base.GetCppThis(), idx, ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkGeoTreeNode = (vtkGeoTreeNode)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkGeoTreeNode.Register(null); } } return(vtkGeoTreeNode); }
public override bool FetchRoot(vtkGeoTreeNode root) { return(vtkGeoGlobeSource.vtkGeoGlobeSource_FetchRoot_02(base.GetCppThis(), (root == null) ? default(HandleRef) : root.GetCppThis()) != 0); }
public override bool FetchChild(vtkGeoTreeNode node, int index, vtkGeoTreeNode child) { return(vtkGeoGlobeSource.vtkGeoGlobeSource_FetchChild_01(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis(), index, (child == null) ? default(HandleRef) : child.GetCppThis()) != 0); }
public virtual void RequestChildren(vtkGeoTreeNode node) { vtkGeoSource.vtkGeoSource_RequestChildren_09(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()); }
public void SendToFront(vtkGeoTreeNode node) { vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_SendToFront_10(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()); }
public void RemoveNode(vtkGeoTreeNode node) { vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_RemoveNode_08(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()); }
public override bool FetchRoot(vtkGeoTreeNode node) { return(vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_FetchRoot_02(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()) != 0); }
public virtual void ShallowCopy(vtkGeoTreeNode src) { vtkGeoTreeNode.vtkGeoTreeNode_ShallowCopy_36(base.GetCppThis(), (src == null) ? default(HandleRef) : src.GetCppThis()); }
public void SetParent(vtkGeoTreeNode node) { vtkGeoTreeNode.vtkGeoTreeNode_SetParent_34(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()); }
public void SetOlder(vtkGeoTreeNode node) { vtkGeoTreeNode.vtkGeoTreeNode_SetOlder_33(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis()); }
public void SetChild(vtkGeoTreeNode node, int idx) { vtkGeoTreeNode.vtkGeoTreeNode_SetChild_25(base.GetCppThis(), (node == null) ? default(HandleRef) : node.GetCppThis(), idx); }
public bool IsDescendantOf(vtkGeoTreeNode elder) { return(vtkGeoTreeNode.vtkGeoTreeNode_IsDescendantOf_20(base.GetCppThis(), (elder == null) ? default(HandleRef) : elder.GetCppThis()) != 0); }
public override void ShallowCopy(vtkGeoTreeNode src) { vtkGeoImageNode.vtkGeoImageNode_ShallowCopy_17(base.GetCppThis(), (src == null) ? default(HandleRef) : src.GetCppThis()); }
public override void DeepCopy(vtkGeoTreeNode src) { vtkGeoImageNode.vtkGeoImageNode_DeepCopy_02(base.GetCppThis(), (src == null) ? default(HandleRef) : src.GetCppThis()); }
public override bool FetchChild(vtkGeoTreeNode parent, int index, vtkGeoTreeNode child) { return(vtkGeoAlignedImageSource.vtkGeoAlignedImageSource_FetchChild_01(base.GetCppThis(), (parent == null) ? default(HandleRef) : parent.GetCppThis(), index, (child == null) ? default(HandleRef) : child.GetCppThis()) != 0); }