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