aimsdata  5.0.5
Neuroimaging data handling
mask.h File Reference
#include <aims/data/data.h>
#include <aims/bucket/bucket.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

 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. More...
 
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 More...