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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkVolumeTextureMapper2D = (vtkVolumeTextureMapper2D)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkVolumeTextureMapper2D.Register(null);
                }
            }
            return(vtkVolumeTextureMapper2D);
        }