aimsdata  4.7.0
Neuroimaging data handling
bucketMap.h File Reference
#include <cartobase/object/object.h>
#include <aims/config/aimsdata_config.h>
#include <aims/bucket/bucket.h>
#include <aims/math/dtitensor.h>
#include <cartobase/type/types.h>
#include <iostream>
#include <map>
Include dependency graph for bucketMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aims::BucketMap< T >
 An alternate, ordered, representation for buckets (voxels lists). More...
 
struct  aims::CoordinatesLess< T, D >
 Helper class for ordering Coordinates by their z, y, x coordinates. More...
 
struct  aims::CoordinatesLess< T, 3 >
 
class  aims::BucketMap< T >
 An alternate, ordered, representation for buckets (voxels lists). More...
 
class  carto::DataTypeCode< aims::BucketMap< T > >
 

Namespaces

 aims
 The class for EcatSino data write operation.
 
 carto
 

Typedefs

typedef CoordinatesLess< Point3d, 3 > aims::BucketMapLess
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const aims::BucketMap< T > &thing)
 

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const aims::BucketMap< T > &  thing 
)
inline

Definition at line 350 of file bucketMap.h.