OGS
|
Implementation of the GEOObjects class.
Definition in file GEOObjects.cpp.
#include "GEOObjects.h"
#include "BaseLib/Algorithm.h"
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "Station.h"
#include "Triangle.h"
Go to the source code of this file.
Namespaces | |
namespace | GeoLib |
Functions | |
template<typename Container > | |
auto | GeoLib::findVectorByName (Container const &container, std::string const &name) |
void | GeoLib::markUnusedPoints (GEOObjects const &geo_objects, std::string const &geo_name, std::vector< bool > &transfer_pnts) |
int | GeoLib::geoPointsToStations (GEOObjects &geo_objects, std::string const &geo_name, std::string &stn_name, bool const only_unused_pnts=true) |
Constructs a station-vector based on the points of a given geometry. | |