BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polygon_2.h File Reference
#include <CGAL/basic.h>
#include <vector>
#include <list>
#include <iterator>
#include <CGAL/circulator.h>
#include <CGAL/enum.h>
#include <CGAL/Aff_transformation_2.h>
#include <CGAL/Polygon_2_algorithms.h>
#include <CGAL/Polygon_2/Polygon_2_vertex_circulator.h>
#include <CGAL/Polygon_2/Polygon_2_edge_iterator.h>
#include <CGAL/Polygon_2/Polygon_2_edge_circulator.h>
#include <CGAL/Polygon_2/Polygon_2_impl.h>
Include dependency graph for Polygon_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Polygon_2< Traits_P, Container_P >

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 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 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)
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)

Function Documentation

template<class Traits_P , class Container1_P , class Container2_P >
CGAL_END_NAMESPACE CGAL_BEGIN_NAMESPACE bool operator!= ( const Polygon_2< Traits_P, Container1_P > &  x,
const Polygon_2< Traits_P, Container2_P > &  y 
) [inline]
template<class Traits_P , class Container_P >
std::ostream& operator<< ( std::ostream &  os,
const Polygon_2< Traits_P, Container_P > &  p 
)

Here is the call graph for this function:

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 
)

Here is the call graph for this function:

template<class Traits_P , class Container_P >
std::istream& operator>> ( std::istream &  is,
Polygon_2< Traits_P, Container_P > &  p 
)

Here is the call graph for this function:

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines