| 606 | } |
| 607 | |
| 608 | void mitk::ContourModel::ClearData() |
| 609 | { |
| 610 | // call the superclass, this releases the data of BaseData |
| 611 | Superclass::ClearData(); |
| 612 | |
| 613 | // clear out the time resolved contours |
| 614 | this->m_ContourSeries.clear(); |
| 615 | } |
| 616 | |
| 617 | void mitk::ContourModel::Initialize() |
| 618 | { |