Go to the source code of this file.
Classes |
| class | i_polygon::Equal_pred< Equal_2, Point_2 > |
Namespaces |
| namespace | i_polygon |
Functions |
| template<class Traits_P , class Container1_P , class Container2_P > |
| bool | operator== (const Polygon_2< Traits_P, Container1_P > &x, const Polygon_2< Traits_P, Container2_P > &y) |
| template<class Traits_P , class Container_P > |
| std::istream & | operator>> (std::istream &is, Polygon_2< Traits_P, Container_P > &p) |
| template<class Traits_P , class Container_P > |
| std::ostream & | operator<< (std::ostream &os, const Polygon_2< Traits_P, Container_P > &p) |
| template<class Transformation , class Traits_P , class Container_P > |
| Polygon_2< Traits_P, Container_P > | transform (const Transformation &t, const Polygon_2< Traits_P, Container_P > &p) |
Function Documentation
template<class Traits_P , class Container_P >
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Polygon_2< Traits_P, Container_P > & |
p |
|
) |
| |
template<class Traits_P , class Container1_P , class Container2_P >
| bool operator== |
( |
const Polygon_2< Traits_P, Container1_P > & |
x, |
|
|
const Polygon_2< Traits_P, Container2_P > & |
y |
|
) |
| |
template<class Traits_P , class Container_P >
| std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Polygon_2< Traits_P, Container_P > & |
p |
|
) |
| |
template<class Transformation , class Traits_P , class Container_P >