cartobase 6.0.6
voxelvalue.h File Reference
#include <cartobase/type/types.h>
#include <cartobase/exception/assert.h>
#include <functional>
Include dependency graph for voxelvalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  carto::VoxelValue< T, C >
 Base class for any multichannel data (RGB, RGBA, HSV, ...) More...
 
struct  carto::KeyComparator< V >
 KeyComparator is used to compare keys of types that do not have comparison operator. More...
 
struct  carto::KeyComparator< carto::VoxelValue< T, C > >
 
struct  carto::KeyComparatorLess< V >
 KeyComparatorLess Function object to be used in key comparisons. More...
 

Namespaces

namespace  carto
 

Functions

template<typename T, unsigned int C>
std::ostream & carto::operator<< (std::ostream &out, const VoxelValue< T, C > &aa)
 
template<typename T, unsigned int C>
std::istream & carto::operator>> (std::istream &in, VoxelValue< T, C > &aa)