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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkInformationQuadratureSchemeDefinitionVectorKey)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Exemplo n.º 2
0
        public static vtkInformationQuadratureSchemeDefinitionVectorKey DICTIONARY()
        {
            vtkInformationQuadratureSchemeDefinitionVectorKey vtkInformationQuadratureSchemeDefinitionVectorKey = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_DICTIONARY_02(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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