last update 20 Sep 2009 |
#include "cvrAssert.h"
#include "cvrIoHandler.h"
#include <iostream>
#include "cvrPoint_template.h"
Go to the source code of this file.
Classes | |
class | cvr::point< T > |
Two dimensional point, containing the coordinates x, y. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Typedefs | |
typedef point< int > | cvr::ipoint |
typedef point< unsigned int > | cvr::uipoint |
typedef point< double > | cvr::dpoint |
typedef point< float > | cvr::fpoint |
Functions | |
template<typename T > | |
bool | cvr::read (ioHandler &handler, point< T > &p, const bool complete=true) |
template<typename T > | |
bool | cvr::write (ioHandler &handler, const point< T > &p, const bool complete=true) |