17 #ifndef _MITK_POINT_SET_WRITER_SERVICE__H_
18 #define _MITK_POINT_SET_WRITER_SERVICE__H_
48 virtual void Write()
override;
56 std::string ConvertToString(T value);
60 static const std::string XML_POINT_SET;
61 static const std::string XML_TIME_SERIES;
62 static const std::string XML_TIME_SERIES_ID;
63 static const std::string XML_POINT_SET_FILE;
64 static const std::string XML_FILE_VERSION;
65 static const std::string XML_POINT;
66 static const std::string XML_SPEC;
67 static const std::string XML_ID;
68 static const std::string XML_X;
69 static const std::string XML_Y;
70 static const std::string XML_Z;
71 static const std::string VERSION_STRING;
DataCollection - Class to facilitate loading/accessing structured data.
virtual void Write() override
Write the base data to the specified location or output stream.
virtual ~PointSetWriterService()
Data structure which stores a set of points. Superclass of mitk::Mesh.
virtual void Write() override=0
Write the base data to the specified location or output stream.
Base class for writing mitk::BaseData objects to files or streams.