#include <kl_algorithm_paramters.h>
klAlgorithmParameter::klAlgorithmParameter |
( |
| ) |
|
|
inline |
klAlgorithmParameter::klAlgorithmParameter |
( |
string |
name, |
|
|
__int64 |
intValue |
|
) |
| |
|
inline |
klAlgorithmParameter::klAlgorithmParameter |
( |
string |
name, |
|
|
double |
dValue |
|
) |
| |
|
inline |
klAlgorithmParameter::klAlgorithmParameter |
( |
string |
name, |
|
|
string |
sValue |
|
) |
| |
|
inline |
klAlgorithmParameter::klAlgorithmParameter |
( |
string |
name, |
|
|
klVector< double > |
kldv |
|
) |
| |
|
inline |
klAlgorithmParameter::klAlgorithmParameter |
( |
string |
name, |
|
|
klMatrix< double > |
kldm |
|
) |
| |
|
inline |
string klAlgorithmParameter::getDescription |
( |
| ) |
|
|
inline |
klMatrix<double> klAlgorithmParameter::getDoubleMatrixValue |
( |
| ) |
|
|
inline |
double klAlgorithmParameter::getDoubleValue |
( |
| ) |
|
|
inline |
klVector<double> klAlgorithmParameter::getDoubleVectorValue |
( |
| ) |
|
|
inline |
__int64 klAlgorithmParameter::getIntValue |
( |
| ) |
|
|
inline |
string klAlgorithmParameter::getName |
( |
| ) |
|
|
inline |
string klAlgorithmParameter::getStringValue |
( |
| ) |
|
|
inline |
void klAlgorithmParameter::serialize |
( |
ostream & |
str | ) |
|
|
inline |
void klAlgorithmParameter::setDescription |
( |
string |
descrption | ) |
|
|
inline |
string klAlgorithmParameter::_description |
|
private |
string klAlgorithmParameter::_name |
|
private |
The documentation for this class was generated from the following file: