OGS
GEOObjects.h File Reference

Detailed Description

Definition of the GEOObjects class.

Author
Thomas Fischer / Karsten Rink
Date
2010-01-21

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"
Include dependency graph for GEOObjects.h:
This graph shows which files directly or indirectly include this file:

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.