| 67 | } |
| 68 | |
| 69 | RTPlanReader* RTPlanReader::Clone() const |
| 70 | { |
| 71 | return new RTPlanReader(*this); |
| 72 | } |
| 73 | |
| 74 | RTPlanReader::FindingsListVectorType RTPlanReader::ExtractPathsOfInterest(const DICOMTagPathList& pathsOfInterest, const mitk::DICOMDatasetAccessingImageFrameList& frames) const |
| 75 | { |
no outgoing calls