All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros
GeosCompat.hpp File Reference

Header of ... More...

#include <openfluid/config.hpp>

Go to the source code of this file.

Namespaces

 openfluid
 
 openfluid::landr
 Classes for landscape representation management.
 

Macros

#define GET_DANGLES(P, D)
 
#define GEOM_PTR_PAIR   std::pair<std::auto_ptr<geos::geom::Geometry>,std::auto_ptr<geos::geom::Geometry> >
 

Detailed Description

Header of ...

Author
Aline LIBRES aline.nosp@m..lib.nosp@m.res@g.nosp@m.mail.nosp@m..com

Macro Definition Documentation

#define GEOM_PTR_PAIR   std::pair<std::auto_ptr<geos::geom::Geometry>,std::auto_ptr<geos::geom::Geometry> >
#define GET_DANGLES (   P,
 
)
Value:
std::vector<const geos::geom::LineString*>* TheDangles = P->getDangles(); \
if (TheDangles) D = *TheDangles;