last update 20 Sep 2009 |
#include "cvrAssert.h"
#include "cvrIoHandler.h"
#include "cvrMath.h"
#include "cvrRound.h"
#include <iostream>
#include "cvrInterval_template.h"
Go to the source code of this file.
Classes | |
class | cvr::interval< T > |
A one dimensional interval, giving the from and to values. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Typedefs | |
typedef interval< int > | cvr::iinterval |
typedef interval< unsigned int > | cvr::uiinterval |
typedef interval< double > | cvr::dinterval |
typedef interval< float > | cvr::finterval |
Functions | |
template<typename T > | |
bool | cvr::read (ioHandler &handler, interval< T > &p, const bool complete=true) |
template<typename T > | |
bool | cvr::write (ioHandler &handler, const interval< T > &p, const bool complete=true) |