TTK
|
Functions | |
void | zeroPadding (std::string &colName, const size_t numberCols, const size_t colIdx) |
std::string | getTableCoefficientName (int noAxes, int axeNum) |
std::string | getTableCoefficientNormName (int noAxes, int axeNum) |
std::string | getTableVectorName (int noAxes, int axeNum, int vId, int vComp, bool isSecondInput) |
std::string | getTableCorrelationName (int noAxes, int axeNum) |
std::string | getTableCorrelationPersName (int noAxes, int axeNum) |
std::string | getTableTreeName (int noTrees, int treeNum) |
std::string ttk::axa::getTableCoefficientName | ( | int | noAxes, |
int | axeNum | ||
) |
Definition at line 17 of file MergeTreeAxesAlgorithmUtils.cpp.
std::string ttk::axa::getTableCoefficientNormName | ( | int | noAxes, |
int | axeNum | ||
) |
Definition at line 23 of file MergeTreeAxesAlgorithmUtils.cpp.
std::string ttk::axa::getTableCorrelationName | ( | int | noAxes, |
int | axeNum | ||
) |
Definition at line 39 of file MergeTreeAxesAlgorithmUtils.cpp.
std::string ttk::axa::getTableCorrelationPersName | ( | int | noAxes, |
int | axeNum | ||
) |
Definition at line 45 of file MergeTreeAxesAlgorithmUtils.cpp.
std::string ttk::axa::getTableTreeName | ( | int | noTrees, |
int | treeNum | ||
) |
Definition at line 51 of file MergeTreeAxesAlgorithmUtils.cpp.
std::string ttk::axa::getTableVectorName | ( | int | noAxes, |
int | axeNum, | ||
int | vId, | ||
int | vComp, | ||
bool | isSecondInput | ||
) |
Definition at line 29 of file MergeTreeAxesAlgorithmUtils.cpp.
void ttk::axa::zeroPadding | ( | std::string & | colName, |
const size_t | numberCols, | ||
const size_t | colIdx | ||
) |
Definition at line 8 of file MergeTreeAxesAlgorithmUtils.cpp.