![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
#include <aims/rgb/rgb.h>
#include <cartobase/object/object.h>
#include <cartobase/type/types.h>
#include <cartobase/object/property.h>
Go to the source code of this file.
Classes | |
class | AimsData< T > |
class | aims::BucketMap< T > |
An alternate, ordered, representation for buckets (voxels lists). More... | |
struct | aims::GraphElementCode |
Describe how Aims objects are stored in graph objects. More... | |
class | aims::GraphManip |
Various manipulations on graphs. More... | |
Namespaces | |
aims | |
The class for EcatSino data write operation. | |
aims::DataManip | |
carto | |
Macros | |
#define | _TMP_ rc_ptr<std::map<std::string,std::map<std::string,aims::GraphElementCode> > > |
Typedefs | |
typedef aims::AffineTransformation3d | Motion |
typedef std::map< std::string, std::map< std::string, GraphElementCode > > | aims::GraphElementTable |
GraphElementCode table, stored in graphs in attribute "aims_objects_table" (carto::rc_ptr<GraphElementTable>) More... | |
Functions | |
template<typename T > | |
void | aims::DataManip::adjustVoxelSize (T &, const T &) |
utility function to copy voxel sizes from an object to another (if applicable) More... | |
template<typename T > | |
void | aims::DataManip::insertElement (T &dest, int index, const T &src) |
insert a sub-element in a container data (time bucket/mesh/texture, or volume of labels...) More... | |
template<typename T > | |
carto::PropertySet & | aims::DataManip::getHeader (T &obj) |
template<typename T > | |
void | aims::DataManip::setHeaderInfo (T &obj, const carto::GenericObject &srcheader) |
#define _TMP_ rc_ptr<std::map<std::string,std::map<std::string,aims::GraphElementCode> > > |
Definition at line 235 of file graphmanip.h.
typedef aims::AffineTransformation3d Motion |
Definition at line 48 of file graphmanip.h.