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