Functions | |
String | Db::getNameByLocator (const ELoc &locatorType, int locatorIndex=0) const |
String | Db::getNameByColIdx (int icol) const |
String | Db::getNameByUID (int iuid) const |
VectorString | Db::getName (const String &name) const |
VectorString | Db::getNames (const VectorString &names) const |
VectorString | Db::getNamesByLocator (const ELoc &locatorType) const |
VectorString | Db::getNamesByColIdx (const VectorInt &icols) const |
VectorString | Db::getNamesByUID (const VectorInt &iuids) const |
VectorString | Db::getAllNames (bool excludeRankAndCoordinates=false, bool verbose=false) const |
void | Db::setName (const String &old_name, const String &name) |
void | Db::setName (const VectorString list, const String &name) |
void | Db::setNameByUID (int iuid, const String &name) |
void | Db::setNameByColIdx (int icol, const String &name) |
void | Db::setNameByLocator (const ELoc &locatorType, const String &name) |
VectorString | Db::expandNameList (const VectorString &names) const |
VectorString | Db::expandNameList (const String &names) const |
VectorString | Db::identifyNames (const VectorString &names) const |
All methods used to manipulated Names of one or several Variables contained in a Db.
VectorString Db::expandNameList | ( | const VectorString & | names | ) | const |
VectorString Db::expandNameList | ( | const String & | names | ) | const |
VectorString Db::getAllNames | ( | bool | excludeRankAndCoordinates = false , |
bool | verbose = false |
||
) | const |
VectorString Db::getName | ( | const String & | name | ) | const |
String Db::getNameByColIdx | ( | int | icol | ) | const |
String Db::getNameByLocator | ( | const ELoc & | locatorType, |
int | locatorIndex = 0 |
||
) | const |
String Db::getNameByUID | ( | int | iuid | ) | const |
VectorString Db::getNames | ( | const VectorString & | names | ) | const |
VectorString Db::getNamesByColIdx | ( | const VectorInt & | icols | ) | const |
VectorString Db::getNamesByLocator | ( | const ELoc & | locatorType | ) | const |
VectorString Db::getNamesByUID | ( | const VectorInt & | iuids | ) | const |
VectorString Db::identifyNames | ( | const VectorString & | names | ) | const |
Identify the list of names. These names are searched in the following order:
names | Names to be be identified |
void Db::setName | ( | const VectorString | list, |
const String & | name | ||
) |
void Db::setNameByColIdx | ( | int | icol, |
const String & | name | ||
) |
void Db::setNameByLocator | ( | const ELoc & | locatorType, |
const String & | name | ||
) |
void Db::setNameByUID | ( | int | iuid, |
const String & | name | ||
) |