Namespaces | Defines
landr/GeosCompat.hpp File Reference

Header of ... More...

#include <openfluid/config.hpp>

Go to the source code of this file.

Namespaces

namespace  openfluid
namespace  openfluid::landr
 

Classes for landscape representation management.


Defines

#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.libres@gmail.com>

Define 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;
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines