41 std::vector<std::string>* errors =
nullptr);
Definition of the Point class.
Definition of the PointVec class.
static GeoLib::Surface * readTIN(std::string const &fname, GeoLib::PointVec &pnt_vec, std::vector< std::string > *errors=nullptr)
static void writeSurfaceAsTIN(GeoLib::Surface const &surface, std::string const &file_name)
This class manages pointers to Points in a std::vector along with a name. It also handles the deletio...
A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points...