aimsdata 6.0.0
Neuroimaging data handling
mask.h File Reference
#include <aims/bucket/bucket.h>
#include <cartodata/volume/volume.h>
Include dependency graph for mask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  aims
 The class for EcatSino data write operation.
 

Functions

BucketMap< Void > * aims::mask (const BucketMap< Void > &src, const BucketMap< Void > &m, bool intersect=true)
 mask src object with m.
 
template<typename T>
BucketMap< Void > * aims::maskWithVolume (const BucketMap< Void > &src, const carto::rc_ptr< carto::Volume< T > > m, const T &val=0, bool insideval=false)
 mask src object with m, avoiding value val in m if insideval is true, keeping only val otherwise