Example #1
0
        public new static vtkImageReader2Collection New()
        {
            vtkImageReader2Collection result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkImageReader2Collection.vtkImageReader2Collection_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkImageReader2Collection = (vtkImageReader2Collection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkImageReader2Collection.Register(null);
                }
            }
            return(vtkImageReader2Collection);
        }
 public static void GetRegisteredReaders(vtkImageReader2Collection arg0)
 {
     vtkImageReader2Factory.vtkImageReader2Factory_GetRegisteredReaders_02((arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }