|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
Reads .APC (anterior/posterior commissures) files. More...
#include <aims/io/apcreader.h>
| Public Member Functions | |
| APCReader (const std::string &filename) | |
| ~APCReader () | |
| carto::Object | read () const | 
| returns a dictionary, may throw an exception when it fails  More... | |
| std::string | filename () const | 
| void | setFilename (const std::string &) | 
Reads .APC (anterior/posterior commissures) files.
Definition at line 43 of file apcreader.h.
| aims::APCReader::APCReader | ( | const std::string & | filename | ) | 
| aims::APCReader::~APCReader | ( | ) | 
| std::string aims::APCReader::filename | ( | ) | const | 
| carto::Object aims::APCReader::read | ( | ) | const | 
returns a dictionary, may throw an exception when it fails
| void aims::APCReader::setFilename | ( | const std::string & | ) |