]> Creatis software - clitk.git/blobdiff - common/clitkDicomRT_ROI.cxx
Added reslicing via the transform set with SetTransform. Only enabled when CLITK_EXPE...
[clitk.git] / common / clitkDicomRT_ROI.cxx
index f65dc6298a90cdfc084ed7e2b960eb0d3e34f47e..7aca4be0ae911cb65d3d92c68b52dada4b0dc4ea 100644 (file)
@@ -39,6 +39,16 @@ clitk::DicomRT_ROI::~DicomRT_ROI() {
 //--------------------------------------------------------------------
 
 
+//--------------------------------------------------------------------
+void clitk::DicomRT_ROI::SetDisplayColor(double r, double v, double b) {
+  mColor.resize(3);
+  mColor[0] = r;
+  mColor[1] = v;
+  mColor[2] = b;
+}
+//--------------------------------------------------------------------
+
+
 //--------------------------------------------------------------------
 int clitk::DicomRT_ROI::GetROINumber() const {
   return mNumber;