Ejemplo n.º 1
0
        public new vtkInformationIntegerVectorKey NewInstance()
        {
            vtkInformationIntegerVectorKey result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_NewInstance_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkInformationIntegerVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public static vtkInformationIntegerVectorKey BOX()
        {
            vtkInformationIntegerVectorKey vtkInformationIntegerVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkHierarchicalBoxDataSet.vtkHierarchicalBoxDataSet_BOX_01(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationIntegerVectorKey = (vtkInformationIntegerVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationIntegerVectorKey.Register(null);
                }
            }
            return(vtkInformationIntegerVectorKey);
        }
        public static vtkInformationIntegerVectorKey UPDATE_COMPOSITE_INDICES()
        {
            vtkInformationIntegerVectorKey vtkInformationIntegerVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkCompositeDataPipeline.vtkCompositeDataPipeline_UPDATE_COMPOSITE_INDICES_11(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationIntegerVectorKey = (vtkInformationIntegerVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationIntegerVectorKey.Register(null);
                }
            }
            return(vtkInformationIntegerVectorKey);
        }
Ejemplo n.º 4
0
        public new static vtkInformationIntegerVectorKey SafeDownCast(vtkObjectBase o)
        {
            vtkInformationIntegerVectorKey vtkInformationIntegerVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_SafeDownCast_09((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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