|
CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
Public Member Functions | |
| const MetaData & | getMapMetadata (const int64_t &index) const |
| const LabelTable & | getMapLabelTable (const int64_t &index) const |
| const AString & | getMapName (const int64_t &index) const |
| void | setMapMetadata (const int64_t &index, const MetaData &md) |
| void | setMapLabelTable (const int64_t &index, const LabelTable <) |
| void | setMapName (const int64_t &index, const AString &mapName) |
| void | setLength (const int64_t &length) |
| void | clear () |
| CiftiMappingType * | clone () const |
| MappingType | getType () const |
| int64_t | getLength () const |
| bool | operator== (const CiftiMappingType &rhs) const |
| bool | approximateMatch (const CiftiMappingType &rhs, AString *explanation=NULL) const |
| void | readXML1 (XmlReader &xml) |
| void | readXML2 (XmlReader &xml) |
| void | writeXML1 (XmlWriter &xml) const |
| void | writeXML2 (XmlWriter &xml) const |
Public Member Functions inherited from cifti::CiftiMappingType | |
| bool | operator!= (const CiftiMappingType &rhs) const |
Additional Inherited Members | |
Public Types inherited from cifti::CiftiMappingType | |
| enum | MappingType { BRAIN_MODELS, PARCELS, SERIES, SCALARS, LABELS } |
Static Public Member Functions inherited from cifti::CiftiMappingType | |
| static AString | mappingTypeToName (const MappingType &type) |
1.8.13