Go to the source code of this file.
Classes |
class | HyperplaneCd< _FT, _LA > |
Defines |
#define | PointCd PointCd2 |
Functions |
template<class FT , class LA > |
std::istream & | operator>> (std::istream &, HyperplaneCd< FT, LA > &) |
template<class FT , class LA > |
std::ostream & | operator<< (std::ostream &, const HyperplaneCd< FT, LA > &) |
template<class FT , class LA > |
bool | weak_equality (const HyperplaneCd< FT, LA > &h1, const HyperplaneCd< FT, LA > &h2) |
Define Documentation
Function Documentation
template<class FT , class LA >
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const HyperplaneCd< FT, LA > & |
|
|
) |
| |
template<class FT , class LA >
std::istream& operator>> |
( |
std::istream & |
, |
|
|
HyperplaneCd< FT, LA > & |
|
|
) |
| |
template<class FT , class LA >