]> Creatis software - clitk.git/commitdiff
- add get color
authordsarrut <dsarrut>
Tue, 11 May 2010 09:05:03 +0000 (09:05 +0000)
committerdsarrut <dsarrut>
Tue, 11 May 2010 09:05:03 +0000 (09:05 +0000)
common/clitkDicomRT_ROI.h

index 8ec0404b119aef459f9a663e480663ed9968d880..b16b7a18dd051efe024ac52d9e42c7d2d4d235e8 100644 (file)
@@ -45,6 +45,7 @@ namespace clitk {
     const vvImage::Pointer GetImage() const;
 
     void SetDisplayColor(double r, double v, double b);
+    std::vector<double> & GetDisplayColor() { return mColor; }
     
     double GetBackgroundValueLabelImage() const;
     void SetBackgroundValueLabelImage(double bg);