TTK
Loading...
Searching...
No Matches
MergeTreeAxesAlgorithmUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace ttk {
6 namespace axa {
7 //----------------------------------------------------------------------------
8 // Output Utils
9 //----------------------------------------------------------------------------
10 void zeroPadding(std::string &colName,
11 const size_t numberCols,
12 const size_t colIdx);
13
14 std::string getTableCoefficientName(int noAxes, int axeNum);
15
16 std::string getTableCoefficientNormName(int noAxes, int axeNum);
17
18 std::string getTableVectorName(
19 int noAxes, int axeNum, int vId, int vComp, bool isSecondInput = false);
20
21 std::string getTableCorrelationName(int noAxes, int axeNum);
22
23 std::string getTableCorrelationPersName(int noAxes, int axeNum);
24
25 std::string getTableTreeName(int noTrees, int treeNum);
26 } // namespace axa
27} // namespace ttk
void zeroPadding(std::string &colName, const size_t numberCols, const size_t colIdx)
std::string getTableCoefficientNormName(int noAxes, int axeNum)
std::string getTableCorrelationPersName(int noAxes, int axeNum)
std::string getTableVectorName(int noAxes, int axeNum, int vId, int vComp, bool isSecondInput)
std::string getTableTreeName(int noTrees, int treeNum)
std::string getTableCoefficientName(int noAxes, int axeNum)
std::string getTableCorrelationName(int noAxes, int axeNum)
The Topology ToolKit.