示例#1
0
        public new vtkProperty NewInstance()
        {
            vtkProperty result      = null;
            uint        mteStatus   = 0u;
            uint        mteIndex    = 4294967295u;
            uint        rawRefCount = 0u;
            IntPtr      intPtr      = vtkProperty.vtkProperty_NewInstance_86(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProperty = (vtkProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProperty.Register(null);
                }
            }
            return(vtkProperty);
        }
示例#3
0
        public vtkProperty GetZAxisTipProperty()
        {
            vtkProperty vtkProperty = null;
            uint        mteStatus   = 0u;
            uint        mteIndex    = 4294967295u;
            uint        rawRefCount = 0u;
            IntPtr      intPtr      = vtkAxesActor.vtkAxesActor_GetZAxisTipProperty_50(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProperty = (vtkProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProperty.Register(null);
                }
            }
            return(vtkProperty);
        }
        public virtual vtkProperty GetLineProperty()
        {
            vtkProperty vtkProperty = null;
            uint        mteStatus   = 0u;
            uint        mteIndex    = 4294967295u;
            uint        rawRefCount = 0u;
            IntPtr      intPtr      = vtkSplineWidget.vtkSplineWidget_GetLineProperty_07(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProperty = (vtkProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProperty.Register(null);
                }
            }
            return(vtkProperty);
        }
        public virtual vtkProperty GetSelectedProperty()
        {
            vtkProperty vtkProperty = null;
            uint        mteStatus   = 0u;
            uint        mteIndex    = 4294967295u;
            uint        rawRefCount = 0u;
            IntPtr      intPtr      = vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_GetSelectedProperty_12(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProperty = (vtkProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProperty.Register(null);
                }
            }
            return(vtkProperty);
        }
        public virtual vtkProperty GetActiveProperty()
        {
            vtkProperty vtkProperty = null;
            uint        mteStatus   = 0u;
            uint        mteIndex    = 4294967295u;
            uint        rawRefCount = 0u;
            IntPtr      intPtr      = vtkOrientedGlyphContourRepresentation.vtkOrientedGlyphContourRepresentation_GetActiveProperty_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProperty = (vtkProperty)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProperty.Register(null);
                }
            }
            return(vtkProperty);
        }
 public virtual void SetSelectedHandleProperty(vtkProperty arg0)
 {
     vtkImageTracerWidget.vtkImageTracerWidget_SetSelectedHandleProperty_65(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public void SetSelectedProperty(vtkProperty arg0)
 {
     vtkAbstractPolygonalHandleRepresentation3D.vtkAbstractPolygonalHandleRepresentation3D_SetSelectedProperty_36(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
示例#9
0
 public int AddLOD(vtkMapper m, vtkProperty p, double time)
 {
     return(vtkLODProp3D.vtkLODProp3D_AddLOD_05(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis(), time));
 }
示例#10
0
 public int AddLOD(vtkMapper m, vtkProperty p, vtkProperty back, vtkTexture t, double time)
 {
     return(vtkLODProp3D.vtkLODProp3D_AddLOD_02(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis(), (back == null) ? default(HandleRef) : back.GetCppThis(), (t == null) ? default(HandleRef) : t.GetCppThis(), time));
 }
示例#11
0
 public void DeepCopy(vtkProperty p)
 {
     vtkProperty.vtkProperty_DeepCopy_14(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
示例#12
0
 public virtual void SetSelectedLineProperty(vtkProperty arg0)
 {
     vtkSplineWidget.vtkSplineWidget_SetSelectedLineProperty_56(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public virtual void SetSelectingProperty(vtkProperty p)
 {
     vtkTexturedButtonRepresentation.vtkTexturedButtonRepresentation_SetSelectingProperty_31(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
示例#14
0
 public void SetProperty(vtkProperty p)
 {
     vtkCameraActor.vtkCameraActor_SetProperty_15(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
示例#15
0
 public void ApplyProperties(vtkProperty p)
 {
     vtkActorCollection.vtkActorCollection_ApplyProperties_02(base.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis());
 }
示例#16
0
 public virtual void SetPlaneProperty(vtkProperty arg0)
 {
     vtkPlaneWidget.vtkPlaneWidget_SetPlaneProperty_49(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public void SetSelectedProperty(vtkProperty arg0)
 {
     vtkSphereHandleRepresentation.vtkSphereHandleRepresentation_SetSelectedProperty_28(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
示例#18
0
 public virtual void SetProperty(vtkProperty property)
 {
     vtkMNIObjectWriter.vtkMNIObjectWriter_SetProperty_13(base.GetCppThis(), (property == null) ? default(HandleRef) : property.GetCppThis());
 }
示例#19
0
 public void SetLODBackfaceProperty(int id, vtkProperty t)
 {
     vtkLODProp3D.vtkLODProp3D_SetLODBackfaceProperty_53(base.GetCppThis(), id, (t == null) ? default(HandleRef) : t.GetCppThis());
 }
示例#20
0
 public virtual void SetSelectedHandleProperty(vtkProperty arg0)
 {
     vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetSelectedHandleProperty_34(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
示例#21
0
 public void SetLODProperty(int id, vtkProperty p)
 {
     vtkLODProp3D.vtkLODProp3D_SetLODProperty_57(base.GetCppThis(), id, (p == null) ? default(HandleRef) : p.GetCppThis());
 }
 public void SetSelectedProperty(vtkProperty arg0)
 {
     vtkPointHandleRepresentation3D.vtkPointHandleRepresentation3D_SetSelectedProperty_35(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
示例#23
0
 public void SetProperty(vtkProperty lut)
 {
     vtkActor.vtkActor_SetProperty_25(base.GetCppThis(), (lut == null) ? default(HandleRef) : lut.GetCppThis());
 }