|
enum | Unit { HERTZ
, METER
, RADIAN
, SECOND
} |
|
enum | MappingType {
BRAIN_MODELS
, PARCELS
, SERIES
, SCALARS
,
LABELS
} |
|
|
float | getStart () const |
|
float | getStep () const |
|
Unit | getUnit () const |
|
| CiftiSeriesMap (const int64_t &length, const float &start=0.0f, const float &step=1.0f, const Unit &unit=SECOND) |
|
void | setStart (const float &start) |
|
void | setStep (const float &step) |
|
void | setUnit (const Unit &unit) |
|
void | setLength (const int64_t &length) |
|
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 |
|
virtual CiftiMappingType * | clone () 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 |
|
|
static Unit | stringToUnit (const AString &string, bool &ok) |
|
static AString | unitToString (const Unit &theUnit) |
|
static std::vector< Unit > | getAllUnits () |
|
static AString | mappingTypeToName (const MappingType &type) |
|
◆ approximateMatch()
bool cifti::CiftiSeriesMap::approximateMatch |
( |
const CiftiMappingType & |
rhs, |
|
|
AString * |
explanation = NULL |
|
) |
| const |
|
inlinevirtual |
◆ clone()
◆ getLength()
int64_t cifti::CiftiSeriesMap::getLength |
( |
| ) |
const |
|
inlinevirtual |
◆ getType()
MappingType cifti::CiftiSeriesMap::getType |
( |
| ) |
const |
|
inlinevirtual |
◆ operator==()
◆ readXML1()
void CiftiSeriesMap::readXML1 |
( |
XmlReader & |
xml | ) |
|
|
virtual |
◆ readXML2()
void CiftiSeriesMap::readXML2 |
( |
XmlReader & |
xml | ) |
|
|
virtual |
◆ writeXML1()
void CiftiSeriesMap::writeXML1 |
( |
XmlWriter & |
xml | ) |
const |
|
virtual |
◆ writeXML2()
void CiftiSeriesMap::writeXML2 |
( |
XmlWriter & |
xml | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: