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