|
last update 20 Sep 2009 |
|
#include "cvrConfig.h"#include <iostream>#include <limits>#include "cvrIoHandler.h"#include "cvrMath.h"#include "cvrPoint.h"#include "cvrRectangle.h"#include "cvrLine_inline.h"


Go to the source code of this file.
Classes | |
| class | cvr::line< T > |
| Type for computations with lines. More... | |
Namespaces | |
| namespace | cvr |
| namespace | std |
Typedefs | |
| typedef line< int > | cvr::iline |
| typedef line< double > | cvr::dline |
| typedef line< float > | cvr::fline |
Functions | |
| template<class T > | |
| bool | cvr::read (ioHandler &handler, line< T > &l, const bool complete=true) |
| template<class T > | |
| bool | cvr::write (ioHandler &handler, const line< T > &l, const bool complete=true) |