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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCommunicator = (vtkCommunicator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCommunicator.Register(null);
                }
            }
            return(vtkCommunicator);
        }
Exemple #3
0
        public override vtkCommunicator GetCommunicator()
        {
            vtkCommunicator vtkCommunicator = null;
            uint            mteStatus       = 0u;
            uint            mteIndex        = 4294967295u;
            uint            rawRefCount     = 0u;
            IntPtr          intPtr          = vtkDummyController.vtkDummyController_GetCommunicator_04(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCommunicator = (vtkCommunicator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCommunicator.Register(null);
                }
            }
            return(vtkCommunicator);
        }
 public int Initialize(int p0, int p1, int me, int tag, vtkCommunicator c)
 {
     return(vtkSubGroup.vtkSubGroup_Initialize_06(base.GetCppThis(), p0, p1, me, tag, (c == null) ? default(HandleRef) : c.GetCppThis()));
 }
Exemple #5
0
 public virtual void SetRMICommunicator(vtkCommunicator arg0)
 {
     vtkDummyController.vtkDummyController_SetRMICommunicator_14(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemple #6
0
 public void SetCommunicator(vtkCommunicator communicator)
 {
     vtkProcessGroup.vtkProcessGroup_SetCommunicator_17(base.GetCppThis(), (communicator == null) ? default(HandleRef) : communicator.GetCppThis());
 }
Exemple #7
0
 public void Initialize(vtkCommunicator communicator)
 {
     vtkProcessGroup.vtkProcessGroup_Initialize_09(base.GetCppThis(), (communicator == null) ? default(HandleRef) : communicator.GetCppThis());
 }