X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvStructureSetActor.h;h=35888a6f0c482d70a87d2ef369315a5843274b61;hb=a9d632132fa5c0da47d7b3079ccca9d673381a1e;hp=ce2434aa3446211a74fe5d2a8766ecc80287a69a;hpb=f66c3f22b18229b8a3540c4437886fac388ec8a3;p=clitk.git diff --git a/vv/vvStructureSetActor.h b/vv/vvStructureSetActor.h index ce2434a..35888a6 100644 --- a/vv/vvStructureSetActor.h +++ b/vv/vvStructureSetActor.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,13 +14,14 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef VVSTRUCTURESETACTOR_H #define VVSTRUCTURESETACTOR_H #include "clitkDicomRT_StructureSet.h" #include +#include class vvSlicerManager; class vvROIActor; @@ -37,12 +38,12 @@ class vvStructureSetActor: public QObject { void CreateNewROIActor(int n, bool modeBG=true); vvROIActor* GetROIActor(int n); int GetNumberOfROIs(); - std::vector & GetROIList(); + std::vector< QSharedPointer > & GetROIList(); protected: clitk::DicomRT_StructureSet * mStructureSet; vvSlicerManager * mSlicerManager; - std::vector mROIActors; + std::vector< QSharedPointer > mROIActors; std::map mMapROIIndex; }; // end class vvStructureSetActor