All methods used to manipulated Names of one or several Variables contained in a Db.
◆ expandNameList() [1/2]
◆ expandNameList() [2/2]
◆ getAllNames()
VectorString Db::getAllNames |
( |
bool |
excludeRankAndCoordinates = false , |
|
|
bool |
verbose = false |
|
) |
| const |
◆ getName()
◆ getNameByColIdx()
String Db::getNameByColIdx |
( |
int |
icol | ) |
const |
◆ getNameByLocator()
String Db::getNameByLocator |
( |
const ELoc & |
locatorType, |
|
|
int |
locatorIndex = 0 |
|
) |
| const |
◆ getNameByUID()
String Db::getNameByUID |
( |
int |
iuid | ) |
const |
◆ getNames()
◆ getNamesByColIdx()
◆ getNamesByLocator()
VectorString Db::getNamesByLocator |
( |
const ELoc & |
locatorType | ) |
const |
◆ getNamesByUID()
◆ identifyNames()
Identify the list of names. These names are searched in the following order:
- within the list of input variable names (possibly expanded)
- within the names of the locators
- Parameters
-
names | Names to be be identified |
- Returns
- List of variable names
◆ setName() [1/2]
void Db::setName |
( |
const String & |
old_name, |
|
|
const String & |
name |
|
) |
| |
◆ setName() [2/2]
◆ setNameByColIdx()
void Db::setNameByColIdx |
( |
int |
icol, |
|
|
const String & |
name |
|
) |
| |
◆ setNameByLocator()
void Db::setNameByLocator |
( |
const ELoc & |
locatorType, |
|
|
const String & |
name |
|
) |
| |
◆ setNameByUID()
void Db::setNameByUID |
( |
int |
iuid, |
|
|
const String & |
name |
|
) |
| |