6#include <libxml/tree.h>
44 static void readSuperMesh(std::ifstream& in,
unsigned dimension,
45 std::vector<GeoLib::Point*>& points,
46 std::vector<GeoLib::Polyline*>& lines);
50 static void readPoints(xmlNodePtr nodesEle,
const xmlChar* tag,
int dim,
51 std::vector<GeoLib::Point*>& points);
static void readFEFLOWFile(const std::string &filename, GeoLib::GEOObjects &geo_objects)
static void readPoints(xmlNodePtr nodesEle, const xmlChar *tag, int dim, std::vector< GeoLib::Point * > &points)
static void readSuperMesh(std::ifstream &in, unsigned dimension, std::vector< GeoLib::Point * > &points, std::vector< GeoLib::Polyline * > &lines)
Container class for geometric objects.
Class Polyline consists mainly of a reference to a point vector and a vector that stores the indices ...