CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
Classes | Public Member Functions | List of all members
cifti::CiftiLabelsMap Class Reference
Inheritance diagram for cifti::CiftiLabelsMap:
cifti::CiftiMappingType

Public Member Functions

const MetaDatagetMapMetadata (const int64_t &index) const
 
const LabelTablegetMapLabelTable (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 &lt)
 
void setMapName (const int64_t &index, const AString &mapName)
 
void setLength (const int64_t &length)
 
void clear ()
 
CiftiMappingTypeclone () 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
virtual CiftiMappingTypeclone () const =0
 
virtual MappingType getType () const =0
 
virtual int64_t getLength () const =0
 
virtual bool operator== (const CiftiMappingType &rhs) const =0
 
bool operator!= (const CiftiMappingType &rhs) const
 
virtual bool approximateMatch (const CiftiMappingType &rhs, AString *explanation=NULL) const =0
 
virtual void readXML1 (XmlReader &xml)=0
 
virtual void readXML2 (XmlReader &xml)=0
 
virtual void writeXML1 (XmlWriter &xml) const =0
 
virtual void writeXML2 (XmlWriter &xml) const =0
 

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)
 

Member Function Documentation

◆ approximateMatch()

bool CiftiLabelsMap::approximateMatch ( const CiftiMappingType rhs,
AString *  explanation = NULL 
) const
virtual

◆ clone()

CiftiMappingType * cifti::CiftiLabelsMap::clone ( ) const
inlinevirtual

◆ getLength()

int64_t cifti::CiftiLabelsMap::getLength ( ) const
inlinevirtual

◆ getType()

MappingType cifti::CiftiLabelsMap::getType ( ) const
inlinevirtual

◆ operator==()

bool CiftiLabelsMap::operator== ( const CiftiMappingType rhs) const
virtual

◆ readXML1()

void CiftiLabelsMap::readXML1 ( XmlReader &  xml)
virtual

◆ readXML2()

void CiftiLabelsMap::readXML2 ( XmlReader &  xml)
virtual

◆ writeXML1()

void CiftiLabelsMap::writeXML1 ( XmlWriter &  xml) const
virtual

◆ writeXML2()

void CiftiLabelsMap::writeXML2 ( XmlWriter &  xml) const
virtual

The documentation for this class was generated from the following files: