X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvROIActor.h;h=c690ae085953aa19a49f4b0d7a0aaecd4ad68fcd;hb=ca6a1bf1319c88ce8717ad804c76c69cd6fcb87f;hp=19aca3a4e4af5631fa7422820ee5b280a5b023cc;hpb=b9db5886a4d8e50a6940d7ceea622de32cfb230a;p=clitk.git diff --git a/vv/vvROIActor.h b/vv/vvROIActor.h index 19aca3a..c690ae0 100644 --- a/vv/vvROIActor.h +++ b/vv/vvROIActor.h @@ -19,12 +19,12 @@ #ifndef VVROIACTOR_H #define VVROIACTOR_H +#include "vvBinaryImageOverlayActor.h" +#include "vvImageContour.h" #include "clitkDicomRT_ROI.h" #include class vvSlicerManager; -class vvImageContour; -class vvBinaryImageOverlayActor; class vtkActor; //------------------------------------------------------------------------------ @@ -60,8 +60,8 @@ public slots: protected: clitk::DicomRT_ROI::Pointer mROI; vvSlicerManager * mSlicerManager; - std::vector mImageContour; - std::vector mOverlayActors; + std::vector mImageContour; + std::vector< vvBinaryImageOverlayActor::Pointer > mOverlayActors; bool mIsVisible; bool mIsContourVisible;