public new vtkInformationIdTypeKey NewInstance() { vtkInformationIdTypeKey result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkInformationIdTypeKey.vtkInformationIdTypeKey_NewInstance_04(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkInformationIdTypeKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public static vtkInformationIdTypeKey NUMBER_OF_BLANKED_POINTS() { vtkInformationIdTypeKey vtkInformationIdTypeKey = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkHierarchicalBoxDataSet.vtkHierarchicalBoxDataSet_NUMBER_OF_BLANKED_POINTS_23(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkInformationIdTypeKey = (vtkInformationIdTypeKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkInformationIdTypeKey.Register(null); } } return(vtkInformationIdTypeKey); }
public new static vtkInformationIdTypeKey SafeDownCast(vtkObjectBase o) { vtkInformationIdTypeKey vtkInformationIdTypeKey = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkInformationIdTypeKey.vtkInformationIdTypeKey_SafeDownCast_05((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkInformationIdTypeKey = (vtkInformationIdTypeKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkInformationIdTypeKey.Register(null); } } return(vtkInformationIdTypeKey); }