13 #ifndef MITKRTSTRUCTURESETREADER_H 14 #define MITKRTSTRUCTURESETREADER_H 35 RoiEntry(
const RoiEntry& src);
37 RoiEntry& operator=(
const RoiEntry& src);
43 std::string Description;
44 double DisplayColor[3];
61 std::vector<itk::SmartPointer<BaseData> > Read()
override;
69 std::vector<RoiEntry> ROISequenceVector;
74 size_t GetNumberOfROIs()
const;
79 RoiEntry* FindRoiByNumber(
unsigned int roiNum);
85 #endif // MITKRTSTRUCTURESETREADER_H DataCollection - Class to facilitate loading/accessing structured data.
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
#define MITKDICOMRTIO_EXPORT
Base class for creating mitk::BaseData objects from files or streams.