BWAPI
Classes | Defines | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Nef_2/gen_point_location.h File Reference
#include <CGAL/LEDA_basic.h>
#include <LEDA/pp_dictionary.h>
#include <sstream>
#include <string>
#include <list>
#include <vector>
#include <map>
#include <CGAL/Nef_2/geninfo.h>
#include <CGAL/Nef_2/debug.h>
Include dependency graph for gen_point_location.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GenericLocation< Node, Edge >
class  GenericXStructure< XCoord, PredLessThanX, Sweepline >
class  PointLocator< PLocTraits >

Defines

#define CGAL_NEF_DEBUG   17

Functions

template<class Node >
std::ostream & operator<< (std::ostream &o, const std::list< Node > &n)
template<class Node , class Edge >
bool operator== (const GenericLocation< Node, Edge > &L1, const GenericLocation< Node, Edge > &L2)
template<class Node , class Edge >
bool operator!= (const GenericLocation< Node, Edge > &L1, const GenericLocation< Node, Edge > &L2)
template<class Node , class Edge >
std::ostream & operator<< (std::ostream &o, const GenericLocation< Node, Edge > &L)
template<class Node , class Edge >
std::istream & operator>> (std::istream &i, GenericLocation< Node, Edge > &)

Define Documentation

#define CGAL_NEF_DEBUG   17

Function Documentation

template<class Node , class Edge >
bool operator!= ( const GenericLocation< Node, Edge > &  L1,
const GenericLocation< Node, Edge > &  L2 
) [inline]
template<class Node >
std::ostream& operator<< ( std::ostream &  o,
const std::list< Node > &  n 
) [inline]
template<class Node , class Edge >
std::ostream& operator<< ( std::ostream &  o,
const GenericLocation< Node, Edge > &  L 
)

Here is the call graph for this function:

template<class Node , class Edge >
bool operator== ( const GenericLocation< Node, Edge > &  L1,
const GenericLocation< Node, Edge > &  L2 
) [inline]

Here is the call graph for this function:

template<class Node , class Edge >
std::istream& operator>> ( std::istream &  i,
GenericLocation< Node, Edge > &   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines