示例#1
0
        public new vtkConvertSelectionDomain NewInstance()
        {
            vtkConvertSelectionDomain result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkConvertSelectionDomain.vtkConvertSelectionDomain_NewInstance_04(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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