50 static void readSuperMesh(std::ifstream& in,
unsigned dimension,
51 std::vector<GeoLib::Point*>& points,
52 std::vector<GeoLib::Polyline*>& lines);
56 static void readPoints(QDomElement& nodesEle,
const std::string& tag,
57 int dim, std::vector<GeoLib::Point*>& points);
static void readPoints(QDomElement &nodesEle, const std::string &tag, int dim, std::vector< GeoLib::Point * > &points)
void readFEFLOWFile(const std::string &filename, GeoLib::GEOObjects &geo_objects)
static void readSuperMesh(std::ifstream &in, unsigned dimension, std::vector< GeoLib::Point * > &points, std::vector< GeoLib::Polyline * > &lines)
Container class for geometric objects.
TemplateElement< PointRule1 > Point