BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Kernel_d/Line_d.h File Reference
#include <CGAL/Kernel_d/Pair_d.h>
#include <CGAL/Kernel_d/Segment_d.h>
#include <CGAL/Kernel_d/Ray_d.h>
#include <CGAL/Dimension.h>
Include dependency graph for Line_d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Line_d< p_R >

Functions

template<class R >
CGAL_BEGIN_NAMESPACE std::istream & operator>> (std::istream &, Line_d< R > &)
template<class R >
std::ostream & operator<< (std::ostream &, const Line_d< R > &)
template<class R >
bool weak_equality (const Line_d< R > &l1, const Line_d< R > &l2)
template<class R >
bool parallel (const Line_d< R > &l1, const Line_d< R > &l2)

Function Documentation

template<class R >
std::ostream & operator<< ( std::ostream &  O,
const Line_d< R > &  l 
)
template<class R >
std::istream & operator>> ( std::istream &  I,
Line_d< R > &  l 
)

Here is the call graph for this function:

template<class R >
bool parallel ( const Line_d< R > &  l1,
const Line_d< R > &  l2 
)

Here is the call graph for this function:

template<class R >
bool weak_equality ( const Line_d< R > &  l1,
const Line_d< R > &  l2 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines