Apollo
6.0
Open source self driving car software
|
This is the complete list of members for apollo::hdmap::adapter::UtilXmlParser, including all inherited members.
CurveLength(const PbCurve &curve) | apollo::hdmap::adapter::UtilXmlParser | static |
ParseCurve(const tinyxml2::XMLElement &xml_node, PbCurve *curve) | apollo::hdmap::adapter::UtilXmlParser | static |
ParseGeometry(const tinyxml2::XMLElement &xml_node, PbCurveSegment *curve_segment) | apollo::hdmap::adapter::UtilXmlParser | static |
ParseOutline(const tinyxml2::XMLElement &xml_node, PbPolygon *polygon) | apollo::hdmap::adapter::UtilXmlParser | static |
ParsePoint(const tinyxml2::XMLElement &xml_node, PbPoint3D *pt) | apollo::hdmap::adapter::UtilXmlParser | static |
ParsePointSet(const tinyxml2::XMLElement &xml_node, PbLineSegment *line_segment) | apollo::hdmap::adapter::UtilXmlParser | static |
QueryStringAttribute(const tinyxml2::XMLElement &xml_node, const std::string &name, std::string *value) | apollo::hdmap::adapter::UtilXmlParser | static |
ToUpper(const std::string &s) | apollo::hdmap::adapter::UtilXmlParser | static |
WGS84ToUTM(const double x, const double y, const double z, double *output_x, double *output_y, double *output_z) | apollo::hdmap::adapter::UtilXmlParser | static |