aimsdata  5.0.5
Neuroimaging data handling
bucket.h File Reference
#include <aims/config/aimsdata_config.h>
#include <aims/bucket/item.h>
#include <aims/data/pheader.h>
#include <iostream>
#include <map>
#include <list>
#include <aims/bucket/bucketMap.h>
Include dependency graph for bucket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AimsBucket< T >
 The bucket base class to manage packages of points associated to their value during time. More...
 
class  aims::BucketMap< T >
 An alternate, ordered, representation for buckets (voxels lists). More...
 
class  AimsBucket< T >
 The bucket base class to manage packages of points associated to their value during time. More...
 
class  carto::DataTypeCode< AimsBucket< T > >
 

Namespaces

 aims
 The class for EcatSino data write operation.
 
 carto
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 316 of file bucket.h.

◆ operator<<() [2/2]

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

Definition at line 316 of file bucket.h.