コード例 #1
0
        public new static vtkLassoStencilSource New()
        {
            vtkLassoStencilSource result = null;
            uint   mteStatus             = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkLassoStencilSource.vtkLassoStencilSource_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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