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