last update 20 Sep 2009 |
#include "cvrIoHandler.h"
#include "cvrPoint.h"
#include "cvrTypeInfo.h"
#include <iostream>
#include "cvrRectangle_inline.h"
#include "cvrRectangle_template.h"
Go to the source code of this file.
Classes | |
class | cvr::rectangleSide< T > |
Policy class to compute the size of a rectangle's side and the inverse transformation. More... | |
class | cvr::rectangle< T, S > |
Rectangle representation class. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Typedefs | |
typedef rectangle< int > | cvr::irectangle |
typedef rectangle< float > | cvr::frectangle |
typedef rectangle< double > | cvr::drectangle |
Functions | |
template<typename T , class S > | |
bool | cvr::read (ioHandler &handler, rectangle< T, S > &p, const bool complete=true) |
template<typename T , class S > | |
bool | cvr::write (ioHandler &handler, const rectangle< T, S > &p, const bool complete=true) |