last update 20 Sep 2009 |
#include "cvrAssert.h"
#include "cvrTypes.h"
#include "cvrTypeInfo.h"
#include "cvrIoHandler.h"
#include "cvrRGBAPixel.h"
#include <iosfwd>
#include "cvrRGBPixel_inline.h"
Go to the source code of this file.
Classes | |
class | cvr::rgbPixel< T > |
Color pixel representation in RGB color space. More... | |
Namespaces | |
namespace | cvr |
namespace | std |
Typedefs | |
typedef rgbPixel< int > | cvr::irgbPixel |
typedef rgbPixel< float > | cvr::frgbPixel |
typedef rgbPixel< double > | cvr::drgbPixel |
Functions | |
template<typename T > | |
rgbPixel< T > | cvr::operator* (const int p, const rgbPixel< T > &other) |
template<typename T > | |
rgbPixel< T > | cvr::operator* (const float p, const rgbPixel< T > &other) |
template<typename T > | |
rgbPixel< T > | cvr::operator* (const double &p, const rgbPixel< T > &other) |
template<typename T > | |
bool | cvr::read (ioHandler &handler, rgbPixel< T > &p, const bool complete=true) |
template<typename T > | |
bool | cvr::write (ioHandler &handler, const rgbPixel< T > &p, const bool complete=true) |