|
◆ generateColumn()
template<typename T >
static VecColumn<T> Euclid::Fits::Test::RandomTable::generateColumn |
( |
const std::string & |
typeName, |
|
|
long |
repeatCount = 1 , |
|
|
long |
rowCount = 3 |
|
) |
| |
|
static |
Generate a column.
- Parameters
-
typeName | The value type name. |
repeatCount | The repeat count. |
rowCount | The row count. |
|