]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.h
allow the user to change the width of VF arrows
[clitk.git] / common / clitkDicomRT_ROI.h
index fe95208b2665644a820532524b5dae01fc1168e4..8ec0404b119aef459f9a663e480663ed9968d880 100644 (file)
@@ -43,6 +43,11 @@ namespace clitk {
     const std::vector<double> & GetDisplayColor() const;
     vtkPolyData * GetMesh();
     const vvImage::Pointer GetImage() const;
+
+    void SetDisplayColor(double r, double v, double b);
+    
+    double GetBackgroundValueLabelImage() const;
+    void SetBackgroundValueLabelImage(double bg);
     
   protected:
     void ComputeMesh();
@@ -53,6 +58,7 @@ namespace clitk {
     vtkPolyData * mMesh;
     bool mMeshIsUpToDate;
     vvImage::Pointer mImage;
+    double mBackgroundValue;
   };
   //--------------------------------------------------------------------