Пример #1
0
        public new vtkInformationStringVectorKey NewInstance()
        {
            vtkInformationStringVectorKey result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationStringVectorKey.vtkInformationStringVectorKey_NewInstance_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkInformationStringVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Пример #2
0
        public static vtkInformationStringVectorKey INPUT_REQUIRED_DATA_TYPE()
        {
            vtkInformationStringVectorKey vtkInformationStringVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAlgorithm.vtkAlgorithm_INPUT_REQUIRED_DATA_TYPE_34(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkInformationStringVectorKey = (vtkInformationStringVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkInformationStringVectorKey.Register(null);
                }
            }
            return(vtkInformationStringVectorKey);
        }
Пример #3
0
        public new static vtkInformationStringVectorKey SafeDownCast(vtkObjectBase o)
        {
            vtkInformationStringVectorKey vtkInformationStringVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkInformationStringVectorKey.vtkInformationStringVectorKey_SafeDownCast_07((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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