public new vtkInformationDoubleKey NewInstance() { vtkInformationDoubleKey result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkInformationDoubleKey.vtkInformationDoubleKey_NewInstance_04(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkInformationDoubleKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkInformationDoubleKey SafeDownCast(vtkObjectBase o) { vtkInformationDoubleKey vtkInformationDoubleKey = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkInformationDoubleKey.vtkInformationDoubleKey_SafeDownCast_05((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkInformationDoubleKey = (vtkInformationDoubleKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkInformationDoubleKey.Register(null); } } return(vtkInformationDoubleKey); }
public static vtkInformationDoubleKey EPSILON() { vtkInformationDoubleKey vtkInformationDoubleKey = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkSelectionNode.vtkSelectionNode_EPSILON_06(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkInformationDoubleKey = (vtkInformationDoubleKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkInformationDoubleKey.Register(null); } } return(vtkInformationDoubleKey); }
public static vtkInformationDoubleKey Z_SHIFT() { vtkInformationDoubleKey vtkInformationDoubleKey = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkCoincidentTopologyResolutionPainter.vtkCoincidentTopologyResolutionPainter_Z_SHIFT_09(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkInformationDoubleKey = (vtkInformationDoubleKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkInformationDoubleKey.Register(null); } } return(vtkInformationDoubleKey); }