| 128 | } |
| 129 | |
| 130 | mitk::ContourModelReader *mitk::ContourModelReader::Clone() const |
| 131 | { |
| 132 | return new ContourModelReader(*this); |
| 133 | } |
| 134 | |
| 135 | void mitk::ContourModelReader::ReadPoints(mitk::ContourModel::Pointer newContourModel, |
| 136 | const tinyxml2::XMLElement *currentTimeSeries, |
no outgoing calls