Data Structures | Typedefs
polygon.hh File Reference
#include <vector>
#include <mia/2d/vector.hh>
#include <mia/2d/defines2d.hh>

Go to the source code of this file.

Data Structures

class  C2DPolygon
 A simple 2D polygon class. More...
 

Typedefs

typedef std::shared_ptr
< C2DPolygon
P2DPolygon
 Pointer type for 2D polygons. More...
 

Typedef Documentation

typedef std::shared_ptr<C2DPolygon > P2DPolygon

Pointer type for 2D polygons.

Definition at line 91 of file polygon.hh.