Class that provides methods to access a collection of numeric tables as if they are joined by columns.
More...
Constructs empty merged numeric table
- Parameters
-
context | Context to manage created merged numeric table |
Constructs merged numeric table from C++ merged numeric table
- Parameters
-
context | Context to manage created merged numeric table |
cTable | Pointer to C++ numeric table |
Constructs merged numeric table consisting of one table
- Parameters
-
context | Context to manage created merged numeric table |
table | Pointer to the Numeric Table |
Constructs merged numeric table consisting of two tables
- Parameters
-
context | Context to manage created merged numeric table |
first | Pointer to the first Numeric Table |
second | Pointer to the second Numeric Table |
Adds the table to the right of the merged numeric table
- Parameters
-
table | Pointer to the Numeric Table |
The documentation for this class was generated from the following file: