public new vtkInformationInformationVectorKey NewInstance()
        {
            vtkInformationInformationVectorKey result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationInformationVectorKey.vtkInformationInformationVectorKey_NewInstance_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkInformationInformationVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Beispiel #2
0
        public static vtkInformationInformationVectorKey INPUT_REQUIRED_FIELDS()
        {
            vtkInformationInformationVectorKey vtkInformationInformationVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAlgorithm.vtkAlgorithm_INPUT_REQUIRED_FIELDS_35(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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

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