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

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

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