CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
This is the complete list of members for cifti::LabelTable, including all inherited members.
addLabel(const AString &labelName, const float red, const float green, const float blue, const float alpha) | cifti::LabelTable | |
addLabel(const AString &labelName, const float red, const float green, const float blue) | cifti::LabelTable | |
addLabel(const AString &labelName, const int32_t red, const int32_t green, const int32_t blue, const int32_t alpha) | cifti::LabelTable | |
addLabel(const AString &labelName, const int32_t red, const int32_t green, const int32_t blue) | cifti::LabelTable | |
addLabel(const Label *glt) | cifti::LabelTable | |
append(const LabelTable &glt) | cifti::LabelTable | |
clear() | cifti::LabelTable | |
createLabelsForKeys(const std::set< int32_t > &newKeys) (defined in cifti::LabelTable) | cifti::LabelTable | |
deleteLabel(const int32_t key) | cifti::LabelTable | |
deleteLabel(const Label *label) | cifti::LabelTable | |
deleteUnusedLabels(const std::set< int32_t > &usedLabelKeys) | cifti::LabelTable | |
generateUnusedKey() const | cifti::LabelTable | |
getKeys() const | cifti::LabelTable | |
getKeys(std::vector< int32_t > &keysOut) const (defined in cifti::LabelTable) | cifti::LabelTable | |
getKeysAndNames(std::map< int32_t, AString > &keysAndNamesOut) const | cifti::LabelTable | |
getLabel(const AString &labelName) const | cifti::LabelTable | |
getLabel(const AString &labelName) | cifti::LabelTable | |
getLabel(const int32_t key) const | cifti::LabelTable | |
getLabel(const int32_t key) | cifti::LabelTable | |
getLabelAlpha(const int32_t key) const | cifti::LabelTable | |
getLabelColor(const int32_t key, float rgbaOut[4]) const | cifti::LabelTable | |
getLabelKeyFromName(const AString &name) const | cifti::LabelTable | |
getLabelName(const int32_t key) const | cifti::LabelTable | |
getNumberOfLabels() const | cifti::LabelTable | |
getUnassignedLabelKey() const | cifti::LabelTable | |
insertLabel(const Label *label) | cifti::LabelTable | |
isLabelSelected(const int32_t key) const | cifti::LabelTable | |
LabelTable() (defined in cifti::LabelTable) | cifti::LabelTable | |
LabelTable(const LabelTable &glt) (defined in cifti::LabelTable) | cifti::LabelTable | |
matches(const LabelTable &rhs, const bool checkColors=false) const (defined in cifti::LabelTable) | cifti::LabelTable | |
operator!=(const LabelTable &rhs) const (defined in cifti::LabelTable) | cifti::LabelTable | inline |
operator=(const LabelTable &glt) (defined in cifti::LabelTable) | cifti::LabelTable | |
operator==(const LabelTable &rhs) const (defined in cifti::LabelTable) | cifti::LabelTable | inline |
readXml(XmlReader &xml) (defined in cifti::LabelTable) | cifti::LabelTable | |
setLabel(const int32_t key, const AString &name, const float red, const float green, const float blue, const float alpha) | cifti::LabelTable | |
setLabelColor(const int32_t key, const float color[4]) | cifti::LabelTable | |
setLabelName(const int32_t key, const AString &name) | cifti::LabelTable | |
setLabelSelected(const int32_t key, const bool sel) | cifti::LabelTable | |
setSelectionStatusForAllLabels(const bool newStatus) | cifti::LabelTable | |
writeXML(XmlWriter &xmlWriter) const (defined in cifti::LabelTable) | cifti::LabelTable | |
~LabelTable() (defined in cifti::LabelTable) | cifti::LabelTable | virtual |