13 #ifndef mitkPointSetWriterService_h
14 #define mitkPointSetWriterService_h
56 std::string ConvertToString(T value);
58 tinyxml2::XMLElement *ToXML(tinyxml2::XMLDocument &doc,
const mitk::PointSet *pointSet);
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;
Base class for writing mitk::BaseData objects to files or streams.
void Write() override=0
Write the base data to the specified location or output stream.
void Write() override
Write the base data to the specified location or output stream.
~PointSetWriterService() override
Data structure which stores a set of points.
Find image slices visible on a given plane.