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

Go to the source code of this file.

Classes

class  Segment_d< p_R >

Functions

template<class R >
CGAL_BEGIN_NAMESPACE std::istream & operator>> (std::istream &, Segment_d< R > &)
template<class R >
std::ostream & operator<< (std::ostream &, const Segment_d< R > &)
template<class R >
bool weak_equality (const Segment_d< R > &s, const Segment_d< R > &t)
template<class R >
bool parallel (const Segment_d< R > &s1, const Segment_d< R > &s2)
template<class R >
bool common_endpoint (const Segment_d< R > &s1, const Segment_d< R > &s2, Point_d< R > &common)

Function Documentation

template<class R >
bool common_endpoint ( const Segment_d< R > &  s1,
const Segment_d< R > &  s2,
Point_d< R > &  common 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

template<class R >
bool parallel ( const Segment_d< R > &  s1,
const Segment_d< R > &  s2 
)

Here is the call graph for this function:

template<class R >
bool weak_equality ( const Segment_d< R > &  s,
const Segment_d< R > &  t 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines