예제 #1
0
        public virtual vtkEdgeLayoutStrategy GetLayoutStrategy()
        {
            vtkEdgeLayoutStrategy vtkEdgeLayoutStrategy = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkEdgeLayout.vtkEdgeLayout_GetLayoutStrategy_01(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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