ed
Functions
xml_shape_parser.cpp File Reference
#include "xml_shape_parser.h"
#include <geolib/datatypes.h>
#include <geolib/CompositeShape.h>
#include <tinyxml2.h>
#include <vector>
#include <string>
#include <sstream>
Include dependency graph for xml_shape_parser.cpp:

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)
 

Function Documentation

◆ parseArray()

std::vector<double> parseArray ( const tinyxml2::XMLElement *  xml_elem)

Definition at line 14 of file xml_shape_parser.cpp.

◆ parseXMLShape()

geo::ShapePtr parseXMLShape ( const std::string filename,
std::string error 
)

Definition at line 35 of file xml_shape_parser.cpp.