OGS
GEOObjects.cpp File Reference

Detailed Description

Implementation of the GEOObjects class.

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

Definition in file GEOObjects.cpp.

#include "GEOObjects.h"
#include <fstream>
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "Station.h"
#include "Triangle.h"
Include dependency graph for GEOObjects.cpp:

Go to the source code of this file.

Namespaces

 GeoLib
 

Functions

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. More...