12 #ifndef _MITK_CONTOURMODEL_READER__H_ 13 #define _MITK_CONTOURMODEL_READER__H_ 24 #include <vtkXMLParser.h> 42 std::vector<itk::SmartPointer<BaseData>>
Read()
override;
46 TiXmlElement *currentTimeSeries,
47 unsigned int currentTimeStep);
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
virtual void ReadPoints(mitk::ContourModel::Pointer newContourModel, TiXmlElement *currentTimeSeries, unsigned int currentTimeStep)
Base class for creating mitk::BaseData objects from files or streams.
~ContourModelReader() override