public new vtkDistributedGraphHelper NewInstance()
        {
            vtkDistributedGraphHelper result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkDistributedGraphHelper.vtkDistributedGraphHelper_NewInstance_11(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkDistributedGraphHelper)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Exemplo n.º 2
0
        public vtkDistributedGraphHelper GetDistributedGraphHelper()
        {
            vtkDistributedGraphHelper vtkDistributedGraphHelper = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGraph.vtkGraph_GetDistributedGraphHelper_19(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkDistributedGraphHelper = (vtkDistributedGraphHelper)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkDistributedGraphHelper.Register(null);
                }
            }
            return(vtkDistributedGraphHelper);
        }
Exemplo n.º 4
0
 public void SetDistributedGraphHelper(vtkDistributedGraphHelper helper)
 {
     vtkGraph.vtkGraph_SetDistributedGraphHelper_51(base.GetCppThis(), (helper == null) ? default(HandleRef) : helper.GetCppThis());
 }