|
template<typename T > |
void | write (const T &object, const std::string &fname, bool doit=true) |
| Basic write. More...
|
|
template<typename T > |
void | read (const std::string &fname, T &object, bool doit=true) |
| Basic read Provided object type must be the same as disk data type. More...
|
|
template<typename T > |
void | readChannel (const std::string &fname, T &object, int8_t channel, bool doit=true) |
| Read a given channel A conversion is done between the channel type and the object type if necessaey. More...
|
|
template<typename T > |
void | readChannel (const std::string &fname, carto::VolumeRef< T > &object, int8_t channel, bool doit=true) |
|
template<typename T > |
void | readConvert (const std::string &fname, carto::VolumeRef< T > &object, bool doit=true) |
|