示例#1
0
        public new static vtkPointPlacer New()
        {
            vtkPointPlacer result      = null;
            uint           mteStatus   = 0u;
            uint           mteIndex    = 4294967295u;
            uint           rawRefCount = 0u;
            IntPtr         intPtr      = vtkPointPlacer.vtkPointPlacer_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPointPlacer = (vtkPointPlacer)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPointPlacer.Register(null);
                }
            }
            return(vtkPointPlacer);
        }
 public void SetPointPlacer(vtkPointPlacer arg0)
 {
     vtkContourRepresentation.vtkContourRepresentation_SetPointPlacer_71(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public override void SetPointPlacer(vtkPointPlacer arg0)
 {
     vtkPointHandleRepresentation2D.vtkPointHandleRepresentation2D_SetPointPlacer_19(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public virtual void SetPointPlacer(vtkPointPlacer arg0)
 {
     vtkHandleRepresentation.vtkHandleRepresentation_SetPointPlacer_28(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }