OGS
|
Definition of the GEOObjects class.
Definition in file GEOObjects.h.
#include <functional>
#include <map>
#include <string>
#include <vector>
#include "GeoType.h"
#include "Point.h"
#include "PointVec.h"
#include "Polyline.h"
#include "PolylineVec.h"
#include "Surface.h"
#include "SurfaceVec.h"
Go to the source code of this file.
Classes | |
class | GeoLib::GEOObjects |
Container class for geometric objects. More... | |
struct | GeoLib::GEOObjects::Callbacks |
Namespaces | |
namespace | GeoLib |
Functions | |
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. | |