public new static vtkSocketController New()
        {
            vtkSocketController result = null;
            uint   mteStatus           = 0u;
            uint   mteIndex            = 4294967295u;
            uint   rawRefCount         = 0u;
            IntPtr intPtr = vtkSocketController.vtkSocketController_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkSocketController)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public virtual vtkSocketController GetSocketController()
        {
            vtkSocketController vtkSocketController = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkCollectPolyData.vtkCollectPolyData_GetSocketController_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkSocketController = (vtkSocketController)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkSocketController.Register(null);
                }
            }
            return(vtkSocketController);
        }
 public virtual void SetSocketController(vtkSocketController arg0)
 {
     vtkCollectPolyData.vtkCollectPolyData_SetSocketController_13(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public void SetSocketController(vtkSocketController controller)
 {
     vtkDuplicatePolyData.vtkDuplicatePolyData_SetSocketController_14(base.GetCppThis(), (controller == null) ? default(HandleRef) : controller.GetCppThis());
 }