public new static vtkIdListCollection New() { vtkIdListCollection result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkIdListCollection.vtkIdListCollection_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkIdListCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkIdListCollection SafeDownCast(vtkObjectBase o) { vtkIdListCollection vtkIdListCollection = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkIdListCollection.vtkIdListCollection_SafeDownCast_08((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkIdListCollection = (vtkIdListCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkIdListCollection.Register(null); } } return(vtkIdListCollection); }
public vtkIdListCollection GetLeafNodeCellInformation() { vtkIdListCollection vtkIdListCollection = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkModifiedBSPTree.vtkModifiedBSPTree_GetLeafNodeCellInformation_07(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkIdListCollection = (vtkIdListCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkIdListCollection.Register(null); } } return(vtkIdListCollection); }