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