![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
Read a transformation build from compising several transformation files. More...
#include <aims/io_soma/trm_compose_formatchecker.h>


Public Member Functions | |
| virtual DataSourceInfo | check (DataSourceInfo dsi, DataSourceInfoLoader &f, carto::Object options=carto::none()) const |
| virtual | ~TrmComposeFormatChecker () |
Public Member Functions inherited from soma::FormatChecker | |
| virtual | ~FormatChecker () |
Read a transformation build from compising several transformation files.
An artificial ".trmc" extension is used to recognize this format.
Files are separated with a "*" character. If some of them have options ("?option=value"), then the final composition should also have an option separator ("toto.trm?inv=1*tutu.nii.trmhdr.trmc?") in order to avoid the URL parser to parse everything after the last "?" character as options.
Definition at line 51 of file trm_compose_formatchecker.h.
|
inlinevirtual |
Definition at line 59 of file trm_compose_formatchecker.h.
|
virtual |
Implements soma::FormatChecker.