TTK
Loading...
Searching...
No Matches
Functions
ttk::axa Namespace Reference

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)
 

Function Documentation

◆ getTableCoefficientName()

std::string ttk::axa::getTableCoefficientName ( int  noAxes,
int  axeNum 
)

Definition at line 17 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ getTableCoefficientNormName()

std::string ttk::axa::getTableCoefficientNormName ( int  noAxes,
int  axeNum 
)

Definition at line 23 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ getTableCorrelationName()

std::string ttk::axa::getTableCorrelationName ( int  noAxes,
int  axeNum 
)

Definition at line 39 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ getTableCorrelationPersName()

std::string ttk::axa::getTableCorrelationPersName ( int  noAxes,
int  axeNum 
)

Definition at line 45 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ getTableTreeName()

std::string ttk::axa::getTableTreeName ( int  noTrees,
int  treeNum 
)

Definition at line 51 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ getTableVectorName()

std::string ttk::axa::getTableVectorName ( int  noAxes,
int  axeNum,
int  vId,
int  vComp,
bool  isSecondInput 
)

Definition at line 29 of file MergeTreeAxesAlgorithmUtils.cpp.

◆ zeroPadding()

void ttk::axa::zeroPadding ( std::string &  colName,
const size_t  numberCols,
const size_t  colIdx 
)

Definition at line 8 of file MergeTreeAxesAlgorithmUtils.cpp.