BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polygon_with_holes_2.h File Reference
#include <CGAL/Polygon_2.h>
#include <CGAL/General_polygon_with_holes_2.h>
#include <vector>
#include <algorithm>
Include dependency graph for Polygon_with_holes_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Polygon_with_holes_2< Kernel, Containter >

Functions

template<class Kernel_ , class Container_ >
std::ostream & operator<< (std::ostream &os, const Polygon_with_holes_2< Kernel_, Container_ > &p)
template<class Kernel_ , class Container_ >
std::istream & operator>> (std::istream &is, Polygon_with_holes_2< Kernel_, Container_ > &p)
template<class Kernel_ , class Container_ >
bool operator== (const Polygon_with_holes_2< Kernel_, Container_ > &p1, const Polygon_with_holes_2< Kernel_, Container_ > &p2)
template<class Kernel_ , class Container_ >
bool operator!= (const Polygon_with_holes_2< Kernel_, Container_ > &p1, const Polygon_with_holes_2< Kernel_, Container_ > &p2)
template<class Kernel_ , class Container_ >
bool operator== (const Polygon_with_holes_2< Kernel_, Container_ > &p1, const Polygon_2< Kernel_, Container_ > &p2)
template<class Kernel_ , class Container_ >
bool operator== (const Polygon_2< Kernel_, Container_ > &p1, const Polygon_with_holes_2< Kernel_, Container_ > &p2)
template<class Kernel_ , class Container_ >
bool operator!= (const Polygon_with_holes_2< Kernel_, Container_ > &p1, const Polygon_2< Kernel_, Container_ > &p2)
template<class Kernel_ , class Container_ >
bool operator!= (const Polygon_2< Kernel_, Container_ > &p1, const Polygon_with_holes_2< Kernel_, Container_ > &p2)

Function Documentation

template<class Kernel_ , class Container_ >
bool operator!= ( const Polygon_with_holes_2< Kernel_, Container_ > &  p1,
const Polygon_with_holes_2< Kernel_, Container_ > &  p2 
) [inline]
template<class Kernel_ , class Container_ >
bool operator!= ( const Polygon_with_holes_2< Kernel_, Container_ > &  p1,
const Polygon_2< Kernel_, Container_ > &  p2 
) [inline]
template<class Kernel_ , class Container_ >
bool operator!= ( const Polygon_2< Kernel_, Container_ > &  p1,
const Polygon_with_holes_2< Kernel_, Container_ > &  p2 
) [inline]
template<class Kernel_ , class Container_ >
std::ostream& operator<< ( std::ostream &  os,
const Polygon_with_holes_2< Kernel_, Container_ > &  p 
)

Here is the call graph for this function:

template<class Kernel_ , class Container_ >
bool operator== ( const Polygon_with_holes_2< Kernel_, Container_ > &  p1,
const Polygon_with_holes_2< Kernel_, Container_ > &  p2 
)

Here is the call graph for this function:

template<class Kernel_ , class Container_ >
bool operator== ( const Polygon_with_holes_2< Kernel_, Container_ > &  p1,
const Polygon_2< Kernel_, Container_ > &  p2 
)

Here is the call graph for this function:

template<class Kernel_ , class Container_ >
bool operator== ( const Polygon_2< Kernel_, Container_ > &  p1,
const Polygon_with_holes_2< Kernel_, Container_ > &  p2 
) [inline]
template<class Kernel_ , class Container_ >
std::istream& operator>> ( std::istream &  is,
Polygon_with_holes_2< Kernel_, Container_ > &  p 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines