![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <cartodata/volume/volume.h>#include <cartodata/volume/volumeoperators.h>#include <aims/vector/vector.h>#include <aims/rgb/rgb.h>#include <cartobase/smart/rcptr.h>#include <soma-io/allocator/allocator.h>#include <aims/data/pheader.h>#include <algorithm>

Go to the source code of this file.
Classes | |
| class | AimsData< T > |
| class | carto::DataTypeCode< AimsData< T > > |
| struct | AimsData< T >::Private |
Namespaces | |
| namespace | carto |
Macros | |
| #define | ForEach4d(thing, x, y, z, t) |
| #define | ForEach3d(thing, x, y, z) |
| #define | ForEach2d(thing, x, y) |
| #define | ForEach1d(thing, x) |
| #define | ForEach4dp(thing, x, y, z, t) |
| #define | ForEach3dp(thing, x, y, z) |
| #define | ForEach2dp(thing, x, y) |
| #define | ForEach1dp(thing, x) |
Functions | |
| template<typename T> | |
| carto::Object | carto::getObjectHeader (AimsData< T > &obj) |
| template<typename T> | |
| AimsData< T > | operator+ (const AimsData< T > &firstThing, const AimsData< T > &secondThing) |
| template<typename T> | |
| AimsData< T > | operator- (const AimsData< T > &firstThing, const AimsData< T > &secondThing) |
| template<typename T> | |
| AimsData< T > | operator* (const AimsData< T > &firstThing, float scale) |
| #define ForEach1d | ( | thing, | |
| x ) |
Definition at line 1271 of file cartodatavolume.h.
Referenced by aims::Sinogram< T >::allocate(), and aims::Sinogram< T >::Sinogram().
| #define ForEach1dp | ( | thing, | |
| x ) |
Definition at line 1290 of file cartodatavolume.h.
| #define ForEach2d | ( | thing, | |
| x, | |||
| y ) |
Definition at line 1267 of file cartodatavolume.h.
| #define ForEach2dp | ( | thing, | |
| x, | |||
| y ) |
Definition at line 1286 of file cartodatavolume.h.
| #define ForEach3d | ( | thing, | |
| x, | |||
| y, | |||
| z ) |
Definition at line 1262 of file cartodatavolume.h.
| #define ForEach3dp | ( | thing, | |
| x, | |||
| y, | |||
| z ) |
Definition at line 1281 of file cartodatavolume.h.
| #define ForEach4d | ( | thing, | |
| x, | |||
| y, | |||
| z, | |||
| t ) |
Definition at line 1256 of file cartodatavolume.h.
Referenced by aims::SpmWriter< T >::write().
| #define ForEach4dp | ( | thing, | |
| x, | |||
| y, | |||
| z, | |||
| t ) |
Definition at line 1275 of file cartodatavolume.h.
|
inline |
Definition at line 1246 of file cartodatavolume.h.
References carto::VolumeRef< typename T >::deepcopy(), and AimsData< T >::volume().
|
inline |
Definition at line 1225 of file cartodatavolume.h.
References carto::VolumeRef< typename T >::deepcopy(), and AimsData< T >::volume().
|
inline |
Definition at line 1236 of file cartodatavolume.h.
References carto::VolumeRef< typename T >::deepcopy(), and AimsData< T >::volume().