Esempio n. 1
0
        public new vtkEdgeLayoutStrategy NewInstance()
        {
            vtkEdgeLayoutStrategy result = null;
            uint   mteStatus             = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkEdgeLayoutStrategy.vtkEdgeLayoutStrategy_NewInstance_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkEdgeLayoutStrategy)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Esempio n. 2
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);
        }
Esempio n. 3
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);
        }
Esempio n. 4
0
 public void SetLayoutStrategy(vtkEdgeLayoutStrategy strategy)
 {
     vtkEdgeLayout.vtkEdgeLayout_SetLayoutStrategy_08(base.GetCppThis(), (strategy == null) ? default(HandleRef) : strategy.GetCppThis());
 }
Esempio n. 5
0
 public void SetEdgeLayoutStrategy(vtkEdgeLayoutStrategy s)
 {
     vtkGraphLayoutView.vtkGraphLayoutView_SetEdgeLayoutStrategy_62(base.GetCppThis(), (s == null) ? default(HandleRef) : s.GetCppThis());
 }