|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
| Functions | |
| template<typename T > | |
| void | adjustVoxelSize (T &, const T &) | 
| utility function to copy voxel sizes from an object to another (if applicable)  More... | |
| template<typename T > | |
| void | 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 & | getHeader (T &obj) | 
| template<typename T > | |
| void | setHeaderInfo (T &obj, const carto::GenericObject &srcheader) | 
| void aims::DataManip::adjustVoxelSize | ( | T & | , | 
| const T & | |||
| ) | 
utility function to copy voxel sizes from an object to another (if applicable)
| carto::PropertySet& aims::DataManip::getHeader | ( | T & | obj | ) | 
| 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...)
| void aims::DataManip::setHeaderInfo | ( | T & | obj, | 
| const carto::GenericObject & | srcheader | ||
| ) |