ed
|
#include "xml_shape_parser.h"
#include <geolib/datatypes.h>
#include <geolib/CompositeShape.h>
#include <tinyxml2.h>
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
Functions | |
std::vector< double > | parseArray (const tinyxml2::XMLElement *xml_elem) |
geo::ShapePtr | parseXMLShape (const std::string &filename, std::string &error) |
std::vector<double> parseArray | ( | const tinyxml2::XMLElement * | xml_elem | ) |
Definition at line 14 of file xml_shape_parser.cpp.
geo::ShapePtr parseXMLShape | ( | const std::string & | filename, |
std::string & | error | ||
) |
Definition at line 35 of file xml_shape_parser.cpp.