X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_ROI.h;h=7fde1bf23de734dc660ca254c0507d2bf0b99224;hb=dd96575fcb3e3af28160766907f68e34dfbf1ba2;hp=c1cf9778f2ca13838137b43b4b0f441ce32e6bfe;hpb=75e2e05324d6eef978c5324160dd46eaaac66ea6;p=clitk.git diff --git a/common/clitkDicomRT_ROI.h b/common/clitkDicomRT_ROI.h index c1cf977..7fde1bf 100644 --- a/common/clitkDicomRT_ROI.h +++ b/common/clitkDicomRT_ROI.h @@ -34,7 +34,7 @@ namespace clitk { void Print(std::ostream & os = std::cout) const; void Read(std::map & rois, gdcm::SQItem * item); - void SetFromBinaryImage(vvImage::Pointer image, int n, + void SetFromBinaryImage(vvImage * image, int n, std::string name, std::vector color, std::string filename); @@ -44,7 +44,7 @@ namespace clitk { const std::string & GetFilename() const; const std::vector & GetDisplayColor() const; vtkPolyData * GetMesh(); - const vvImage::Pointer GetImage() const; + vvImage * GetImage() const; void SetDisplayColor(double r, double v, double b); std::vector & GetDisplayColor() { return mColor; } @@ -69,7 +69,7 @@ namespace clitk { std::vector mListOfContours; vtkPolyData * mMesh; bool mMeshIsUpToDate; - vvImage::Pointer mImage; + vvImage * mImage; double mBackgroundValue; double mForegroundValue; ///Spacing between two contours