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