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