last update 20 Sep 2009 |
#include "cvrObject.h"
#include "cvrIoObject.h"
#include "cvrTypes.h"
#include "cvrPoint.h"
#include "cvrRectangle.h"
#include "cvrException.h"
#include "cvrVector.h"
#include "cvrList.h"
#include <iostream>
#include "cvrPointList_inline.h"
Go to the source code of this file.
Classes | |
class | cvr::pointList< T > |
Template class to store a list of points. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Typedefs | |
typedef pointList< int > | cvr::ipointList |
Functions | |
template<class T > | |
bool | cvr::read (ioHandler &handler, pointList< T > &plst, const bool complete=true) |
template<class T > | |
bool | cvr::write (ioHandler &handler, const pointList< T > &plst, const bool complete=true) |