SHOGUN  v3.2.0
所有成员列表 | Public 成员函数 | Protected 成员函数 | Protected 属性
Parameter类 参考

详细描述

Parameter class

Must not be an CSGObject to prevent a recursive call of constructors.

在文件 Parameter.h216 行定义.

Public 成员函数

 Parameter ()
 
virtual ~Parameter ()
 
virtual void print (const char *prefix="")
 
virtual bool save (CSerializableFile *file, const char *prefix="")
 
virtual int32_t get_num_parameters ()
 
void set_from_parameters (Parameter *params)
 
void add_parameters (Parameter *params)
 
bool contains_parameter (const char *name)
 
TParameterget_parameter (int32_t idx)
 
TParameterget_parameter (const char *name)
 
void add (bool *param, const char *name, const char *description="")
 
void add (char *param, const char *name, const char *description="")
 
void add (int8_t *param, const char *name, const char *description="")
 
void add (uint8_t *param, const char *name, const char *description="")
 
void add (int16_t *param, const char *name, const char *description="")
 
void add (uint16_t *param, const char *name, const char *description="")
 
void add (int32_t *param, const char *name, const char *description="")
 
void add (uint32_t *param, const char *name, const char *description="")
 
void add (int64_t *param, const char *name, const char *description="")
 
void add (uint64_t *param, const char *name, const char *description="")
 
void add (float32_t *param, const char *name, const char *description="")
 
void add (float64_t *param, const char *name, const char *description="")
 
void add (floatmax_t *param, const char *name, const char *description="")
 
void add (complex128_t *param, const char *name, const char *description="")
 
void add (CSGObject **param, const char *name, const char *description="")
 
void add (SGString< bool > *param, const char *name, const char *description="")
 
void add (SGString< char > *param, const char *name, const char *description="")
 
void add (SGString< int8_t > *param, const char *name, const char *description="")
 
void add (SGString< uint8_t > *param, const char *name, const char *description="")
 
void add (SGString< int16_t > *param, const char *name, const char *description="")
 
void add (SGString< uint16_t > *param, const char *name, const char *description="")
 
void add (SGString< int32_t > *param, const char *name, const char *description="")
 
void add (SGString< uint32_t > *param, const char *name, const char *description="")
 
void add (SGString< int64_t > *param, const char *name, const char *description="")
 
void add (SGString< uint64_t > *param, const char *name, const char *description="")
 
void add (SGString< float32_t > *param, const char *name, const char *description="")
 
void add (SGString< float64_t > *param, const char *name, const char *description="")
 
void add (SGString< floatmax_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< bool > *param, const char *name, const char *description="")
 
void add (SGSparseVector< char > *param, const char *name, const char *description="")
 
void add (SGSparseVector< int8_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< uint8_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< int16_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< uint16_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< int32_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< uint32_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< int64_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< uint64_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< float32_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< float64_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< floatmax_t > *param, const char *name, const char *description="")
 
void add (SGSparseVector< complex128_t > *param, const char *name, const char *description="")
 
void add_vector (bool **param, index_t *length, const char *name, const char *description="")
 
void add_vector (char **param, index_t *length, const char *name, const char *description="")
 
void add_vector (int8_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (uint8_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (int16_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (uint16_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (int32_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (uint32_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (int64_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (uint64_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (float32_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (float64_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (floatmax_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (complex128_t **param, index_t *length, const char *name, const char *description="")
 
void add_vector (CSGObject ***param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< bool > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< char > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< int8_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< uint8_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< int16_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< uint16_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< int32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< uint32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< int64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< uint64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< float32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< float64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGString< floatmax_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< bool > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< char > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< int8_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< uint8_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< int16_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< uint16_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< int32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< uint32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< int64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< uint64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< float32_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< float64_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< floatmax_t > **param, index_t *length, const char *name, const char *description="")
 
void add_vector (SGSparseVector< complex128_t > **param, index_t *length, const char *name, const char *description="")
 
void add (SGVector< bool > *param, const char *name, const char *description="")
 
void add (SGVector< char > *param, const char *name, const char *description="")
 
void add (SGVector< int8_t > *param, const char *name, const char *description="")
 
void add (SGVector< uint8_t > *param, const char *name, const char *description="")
 
void add (SGVector< int16_t > *param, const char *name, const char *description="")
 
void add (SGVector< uint16_t > *param, const char *name, const char *description="")
 
void add (SGVector< int32_t > *param, const char *name, const char *description="")
 
void add (SGVector< uint32_t > *param, const char *name, const char *description="")
 
void add (SGVector< int64_t > *param, const char *name, const char *description="")
 
void add (SGVector< uint64_t > *param, const char *name, const char *description="")
 
void add (SGVector< float32_t > *param, const char *name, const char *description="")
 
void add (SGVector< float64_t > *param, const char *name, const char *description="")
 
void add (SGVector< floatmax_t > *param, const char *name, const char *description="")
 
void add (SGVector< complex128_t > *param, const char *name, const char *description="")
 
void add (SGVector< CSGObject *> *param, const char *name, const char *description="")
 
void add (SGVector< SGString< bool > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< char > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< int8_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< uint8_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< int16_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< uint16_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< int32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< uint32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< int64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< uint64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< float32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< float64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGString< floatmax_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< bool > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< char > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< int8_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< uint8_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< int16_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< uint16_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< int32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< uint32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< int64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< uint64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< float32_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< float64_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< floatmax_t > > *param, const char *name, const char *description="")
 
void add (SGVector< SGSparseVector< complex128_t > > *param, const char *name, const char *description="")
 
void add_matrix (bool **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (char **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (int8_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (uint8_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (int16_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (uint16_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (int32_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (uint32_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (int64_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (uint64_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (float32_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (float64_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (floatmax_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (complex128_t **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (CSGObject ***param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< bool > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< char > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< int8_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< uint8_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< int16_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< uint16_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< int32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< uint32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< int64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< uint64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< float32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< float64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGString< floatmax_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< bool > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< char > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< int8_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< uint8_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< int16_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< uint16_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< int32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< uint32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< int64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< uint64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< float32_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< float64_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< floatmax_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add_matrix (SGSparseVector< complex128_t > **param, index_t *length_y, index_t *length_x, const char *name, const char *description="")
 
void add (SGMatrix< bool > *param, const char *name, const char *description="")
 
void add (SGMatrix< char > *param, const char *name, const char *description="")
 
void add (SGMatrix< int8_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< uint8_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< int16_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< uint16_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< int32_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< uint32_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< int64_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< uint64_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< float32_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< float64_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< floatmax_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< complex128_t > *param, const char *name, const char *description="")
 
void add (SGMatrix< CSGObject *> *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< bool > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< char > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< int8_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< uint8_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< int16_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< uint16_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< int32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< uint32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< int64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< uint64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< float32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< float64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGString< floatmax_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< bool > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< char > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< int8_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< uint8_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< int16_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< uint16_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< int32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< uint32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< int64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< uint64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< float32_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< float64_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< floatmax_t > > *param, const char *name, const char *description="")
 
void add (SGMatrix< SGSparseVector< complex128_t > > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< bool > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< char > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< int8_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< uint8_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< int16_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< uint16_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< int32_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< uint32_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< int64_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< uint64_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< float32_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< float64_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< floatmax_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< complex128_t > *param, const char *name, const char *description="")
 
void add (SGSparseMatrix< CSGObject *> *param, const char *name, const char *description="")
 

Protected 成员函数

virtual void add_type (const TSGDataType *type, void *param, const char *name, const char *description)
 

Protected 属性

DynArray< TParameter * > m_params
 

构造及析构函数说明

§ Parameter()

Parameter ( )
explicit

explicit constructor

在文件 Parameter.cpp2746 行定义.

§ ~Parameter()

~Parameter ( )
virtual

destructor

在文件 Parameter.cpp2751 行定义.

成员函数说明

§ add() [1/141]

void add ( bool *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp27 行定义.

§ add() [2/141]

void add ( char *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp34 行定义.

§ add() [3/141]

void add ( int8_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp41 行定义.

§ add() [4/141]

void add ( uint8_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp48 行定义.

§ add() [5/141]

void add ( int16_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp55 行定义.

§ add() [6/141]

void add ( uint16_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp62 行定义.

§ add() [7/141]

void add ( int32_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp69 行定义.

§ add() [8/141]

void add ( uint32_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp76 行定义.

§ add() [9/141]

void add ( int64_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp83 行定义.

§ add() [10/141]

void add ( uint64_t *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp90 行定义.

§ add() [11/141]

void add ( float32_t param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp97 行定义.

§ add() [12/141]

void add ( float64_t param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp104 行定义.

§ add() [13/141]

void add ( floatmax_t param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp111 行定义.

§ add() [14/141]

void add ( complex128_t param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp118 行定义.

§ add() [15/141]

void add ( CSGObject **  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp125 行定义.

§ add() [16/141]

void add ( SGString< bool > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp132 行定义.

§ add() [17/141]

void add ( SGString< char > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp139 行定义.

§ add() [18/141]

void add ( SGString< int8_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp146 行定义.

§ add() [19/141]

void add ( SGString< uint8_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp153 行定义.

§ add() [20/141]

void add ( SGString< int16_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp160 行定义.

§ add() [21/141]

void add ( SGString< uint16_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp167 行定义.

§ add() [22/141]

void add ( SGString< int32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp174 行定义.

§ add() [23/141]

void add ( SGString< uint32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp181 行定义.

§ add() [24/141]

void add ( SGString< int64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp188 行定义.

§ add() [25/141]

void add ( SGString< uint64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp195 行定义.

§ add() [26/141]

void add ( SGString< float32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp202 行定义.

§ add() [27/141]

void add ( SGString< float64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp209 行定义.

§ add() [28/141]

void add ( SGString< floatmax_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp216 行定义.

§ add() [29/141]

void add ( SGSparseVector< bool > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp223 行定义.

§ add() [30/141]

void add ( SGSparseVector< char > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp230 行定义.

§ add() [31/141]

void add ( SGSparseVector< int8_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp237 行定义.

§ add() [32/141]

void add ( SGSparseVector< uint8_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp244 行定义.

§ add() [33/141]

void add ( SGSparseVector< int16_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp251 行定义.

§ add() [34/141]

void add ( SGSparseVector< uint16_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp258 行定义.

§ add() [35/141]

void add ( SGSparseVector< int32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp265 行定义.

§ add() [36/141]

void add ( SGSparseVector< uint32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp272 行定义.

§ add() [37/141]

void add ( SGSparseVector< int64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp279 行定义.

§ add() [38/141]

void add ( SGSparseVector< uint64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp286 行定义.

§ add() [39/141]

void add ( SGSparseVector< float32_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp293 行定义.

§ add() [40/141]

void add ( SGSparseVector< float64_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp300 行定义.

§ add() [41/141]

void add ( SGSparseVector< floatmax_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp307 行定义.

§ add() [42/141]

void add ( SGSparseVector< complex128_t > *  param,
const char *  name,
const char *  description = "" 
)

add param

参数
paramparameter itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp314 行定义.

§ add() [43/141]

void add ( SGVector< bool > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp635 行定义.

§ add() [44/141]

void add ( SGVector< char > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp642 行定义.

§ add() [45/141]

void add ( SGVector< int8_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp649 行定义.

§ add() [46/141]

void add ( SGVector< uint8_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp656 行定义.

§ add() [47/141]

void add ( SGVector< int16_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp663 行定义.

§ add() [48/141]

void add ( SGVector< uint16_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp670 行定义.

§ add() [49/141]

void add ( SGVector< int32_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp677 行定义.

§ add() [50/141]

void add ( SGVector< uint32_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp684 行定义.

§ add() [51/141]

void add ( SGVector< int64_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp691 行定义.

§ add() [52/141]

void add ( SGVector< uint64_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp698 行定义.

§ add() [53/141]

void add ( SGVector< float32_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp705 行定义.

§ add() [54/141]

void add ( SGVector< float64_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp712 行定义.

§ add() [55/141]

void add ( SGVector< floatmax_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp719 行定义.

§ add() [56/141]

void add ( SGVector< complex128_t > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp726 行定义.

§ add() [57/141]

void add ( SGVector< CSGObject *> *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp733 行定义.

§ add() [58/141]

void add ( SGVector< SGString< bool > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp740 行定义.

§ add() [59/141]

void add ( SGVector< SGString< char > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp747 行定义.

§ add() [60/141]

void add ( SGVector< SGString< int8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp754 行定义.

§ add() [61/141]

void add ( SGVector< SGString< uint8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp761 行定义.

§ add() [62/141]

void add ( SGVector< SGString< int16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp768 行定义.

§ add() [63/141]

void add ( SGVector< SGString< uint16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp775 行定义.

§ add() [64/141]

void add ( SGVector< SGString< int32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp782 行定义.

§ add() [65/141]

void add ( SGVector< SGString< uint32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp789 行定义.

§ add() [66/141]

void add ( SGVector< SGString< int64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp796 行定义.

§ add() [67/141]

void add ( SGVector< SGString< uint64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp803 行定义.

§ add() [68/141]

void add ( SGVector< SGString< float32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp810 行定义.

§ add() [69/141]

void add ( SGVector< SGString< float64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp817 行定义.

§ add() [70/141]

void add ( SGVector< SGString< floatmax_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp824 行定义.

§ add() [71/141]

void add ( SGVector< SGSparseVector< bool > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp831 行定义.

§ add() [72/141]

void add ( SGVector< SGSparseVector< char > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp838 行定义.

§ add() [73/141]

void add ( SGVector< SGSparseVector< int8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp845 行定义.

§ add() [74/141]

void add ( SGVector< SGSparseVector< uint8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp852 行定义.

§ add() [75/141]

void add ( SGVector< SGSparseVector< int16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp859 行定义.

§ add() [76/141]

void add ( SGVector< SGSparseVector< uint16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp866 行定义.

§ add() [77/141]

void add ( SGVector< SGSparseVector< int32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp873 行定义.

§ add() [78/141]

void add ( SGVector< SGSparseVector< uint32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp880 行定义.

§ add() [79/141]

void add ( SGVector< SGSparseVector< int64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp887 行定义.

§ add() [80/141]

void add ( SGVector< SGSparseVector< uint64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp894 行定义.

§ add() [81/141]

void add ( SGVector< SGSparseVector< float32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp901 行定义.

§ add() [82/141]

void add ( SGVector< SGSparseVector< float64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp908 行定义.

§ add() [83/141]

void add ( SGVector< SGSparseVector< floatmax_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp915 行定义.

§ add() [84/141]

void add ( SGVector< SGSparseVector< complex128_t > > *  param,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp922 行定义.

§ add() [85/141]

void add ( SGMatrix< bool > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1313 行定义.

§ add() [86/141]

void add ( SGMatrix< char > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1321 行定义.

§ add() [87/141]

void add ( SGMatrix< int8_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1329 行定义.

§ add() [88/141]

void add ( SGMatrix< uint8_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1337 行定义.

§ add() [89/141]

void add ( SGMatrix< int16_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1345 行定义.

§ add() [90/141]

void add ( SGMatrix< uint16_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1353 行定义.

§ add() [91/141]

void add ( SGMatrix< int32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1361 行定义.

§ add() [92/141]

void add ( SGMatrix< uint32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1369 行定义.

§ add() [93/141]

void add ( SGMatrix< int64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1377 行定义.

§ add() [94/141]

void add ( SGMatrix< uint64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1385 行定义.

§ add() [95/141]

void add ( SGMatrix< float32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1393 行定义.

§ add() [96/141]

void add ( SGMatrix< float64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1401 行定义.

§ add() [97/141]

void add ( SGMatrix< floatmax_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1409 行定义.

§ add() [98/141]

void add ( SGMatrix< complex128_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1417 行定义.

§ add() [99/141]

void add ( SGMatrix< CSGObject *> *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1425 行定义.

§ add() [100/141]

void add ( SGMatrix< SGString< bool > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1433 行定义.

§ add() [101/141]

void add ( SGMatrix< SGString< char > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1441 行定义.

§ add() [102/141]

void add ( SGMatrix< SGString< int8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1449 行定义.

§ add() [103/141]

void add ( SGMatrix< SGString< uint8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1457 行定义.

§ add() [104/141]

void add ( SGMatrix< SGString< int16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1465 行定义.

§ add() [105/141]

void add ( SGMatrix< SGString< uint16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1473 行定义.

§ add() [106/141]

void add ( SGMatrix< SGString< int32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1481 行定义.

§ add() [107/141]

void add ( SGMatrix< SGString< uint32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1489 行定义.

§ add() [108/141]

void add ( SGMatrix< SGString< int64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1497 行定义.

§ add() [109/141]

void add ( SGMatrix< SGString< uint64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1505 行定义.

§ add() [110/141]

void add ( SGMatrix< SGString< float32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1513 行定义.

§ add() [111/141]

void add ( SGMatrix< SGString< float64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1521 行定义.

§ add() [112/141]

void add ( SGMatrix< SGString< floatmax_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1529 行定义.

§ add() [113/141]

void add ( SGMatrix< SGSparseVector< bool > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1537 行定义.

§ add() [114/141]

void add ( SGMatrix< SGSparseVector< char > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1545 行定义.

§ add() [115/141]

void add ( SGMatrix< SGSparseVector< int8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1553 行定义.

§ add() [116/141]

void add ( SGMatrix< SGSparseVector< uint8_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1561 行定义.

§ add() [117/141]

void add ( SGMatrix< SGSparseVector< int16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1569 行定义.

§ add() [118/141]

void add ( SGMatrix< SGSparseVector< uint16_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1577 行定义.

§ add() [119/141]

void add ( SGMatrix< SGSparseVector< int32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1585 行定义.

§ add() [120/141]

void add ( SGMatrix< SGSparseVector< uint32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1593 行定义.

§ add() [121/141]

void add ( SGMatrix< SGSparseVector< int64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1601 行定义.

§ add() [122/141]

void add ( SGMatrix< SGSparseVector< uint64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1609 行定义.

§ add() [123/141]

void add ( SGMatrix< SGSparseVector< float32_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1617 行定义.

§ add() [124/141]

void add ( SGMatrix< SGSparseVector< float64_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1625 行定义.

§ add() [125/141]

void add ( SGMatrix< SGSparseVector< floatmax_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1633 行定义.

§ add() [126/141]

void add ( SGMatrix< SGSparseVector< complex128_t > > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1641 行定义.

§ add() [127/141]

void add ( SGSparseMatrix< bool > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1649 行定义.

§ add() [128/141]

void add ( SGSparseMatrix< char > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1657 行定义.

§ add() [129/141]

void add ( SGSparseMatrix< int8_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1665 行定义.

§ add() [130/141]

void add ( SGSparseMatrix< uint8_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1673 行定义.

§ add() [131/141]

void add ( SGSparseMatrix< int16_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1681 行定义.

§ add() [132/141]

void add ( SGSparseMatrix< uint16_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1689 行定义.

§ add() [133/141]

void add ( SGSparseMatrix< int32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1697 行定义.

§ add() [134/141]

void add ( SGSparseMatrix< uint32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1705 行定义.

§ add() [135/141]

void add ( SGSparseMatrix< int64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1713 行定义.

§ add() [136/141]

void add ( SGSparseMatrix< uint64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1721 行定义.

§ add() [137/141]

void add ( SGSparseMatrix< float32_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1729 行定义.

§ add() [138/141]

void add ( SGSparseMatrix< float64_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1737 行定义.

§ add() [139/141]

void add ( SGSparseMatrix< floatmax_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1745 行定义.

§ add() [140/141]

void add ( SGSparseMatrix< complex128_t > *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1753 行定义.

§ add() [141/141]

void add ( SGSparseMatrix< CSGObject *> *  param,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1761 行定义.

§ add_matrix() [1/42]

void add_matrix ( bool **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp933 行定义.

§ add_matrix() [2/42]

void add_matrix ( char **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp942 行定义.

§ add_matrix() [3/42]

void add_matrix ( int8_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp951 行定义.

§ add_matrix() [4/42]

void add_matrix ( uint8_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp960 行定义.

§ add_matrix() [5/42]

void add_matrix ( int16_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp969 行定义.

§ add_matrix() [6/42]

void add_matrix ( uint16_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp978 行定义.

§ add_matrix() [7/42]

void add_matrix ( int32_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp987 行定义.

§ add_matrix() [8/42]

void add_matrix ( uint32_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp996 行定义.

§ add_matrix() [9/42]

void add_matrix ( int64_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1005 行定义.

§ add_matrix() [10/42]

void add_matrix ( uint64_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1014 行定义.

§ add_matrix() [11/42]

void add_matrix ( float32_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1023 行定义.

§ add_matrix() [12/42]

void add_matrix ( float64_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1032 行定义.

§ add_matrix() [13/42]

void add_matrix ( floatmax_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1041 行定义.

§ add_matrix() [14/42]

void add_matrix ( complex128_t **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1050 行定义.

§ add_matrix() [15/42]

void add_matrix ( CSGObject ***  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1059 行定义.

§ add_matrix() [16/42]

void add_matrix ( SGString< bool > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1068 行定义.

§ add_matrix() [17/42]

void add_matrix ( SGString< char > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1077 行定义.

§ add_matrix() [18/42]

void add_matrix ( SGString< int8_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1086 行定义.

§ add_matrix() [19/42]

void add_matrix ( SGString< uint8_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1095 行定义.

§ add_matrix() [20/42]

void add_matrix ( SGString< int16_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1104 行定义.

§ add_matrix() [21/42]

void add_matrix ( SGString< uint16_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1113 行定义.

§ add_matrix() [22/42]

void add_matrix ( SGString< int32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1122 行定义.

§ add_matrix() [23/42]

void add_matrix ( SGString< uint32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1131 行定义.

§ add_matrix() [24/42]

void add_matrix ( SGString< int64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1140 行定义.

§ add_matrix() [25/42]

void add_matrix ( SGString< uint64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1149 行定义.

§ add_matrix() [26/42]

void add_matrix ( SGString< float32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1158 行定义.

§ add_matrix() [27/42]

void add_matrix ( SGString< float64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1167 行定义.

§ add_matrix() [28/42]

void add_matrix ( SGString< floatmax_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1176 行定义.

§ add_matrix() [29/42]

void add_matrix ( SGSparseVector< bool > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1185 行定义.

§ add_matrix() [30/42]

void add_matrix ( SGSparseVector< char > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1194 行定义.

§ add_matrix() [31/42]

void add_matrix ( SGSparseVector< int8_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1203 行定义.

§ add_matrix() [32/42]

void add_matrix ( SGSparseVector< uint8_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1212 行定义.

§ add_matrix() [33/42]

void add_matrix ( SGSparseVector< int16_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1221 行定义.

§ add_matrix() [34/42]

void add_matrix ( SGSparseVector< uint16_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1230 行定义.

§ add_matrix() [35/42]

void add_matrix ( SGSparseVector< int32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1239 行定义.

§ add_matrix() [36/42]

void add_matrix ( SGSparseVector< uint32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1248 行定义.

§ add_matrix() [37/42]

void add_matrix ( SGSparseVector< int64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1257 行定义.

§ add_matrix() [38/42]

void add_matrix ( SGSparseVector< uint64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1266 行定义.

§ add_matrix() [39/42]

void add_matrix ( SGSparseVector< float32_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1275 行定义.

§ add_matrix() [40/42]

void add_matrix ( SGSparseVector< float64_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1284 行定义.

§ add_matrix() [41/42]

void add_matrix ( SGSparseVector< floatmax_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1293 行定义.

§ add_matrix() [42/42]

void add_matrix ( SGSparseVector< complex128_t > **  param,
index_t length_y,
index_t length_x,
const char *  name,
const char *  description = "" 
)

add matrix param

参数
paramparameter matrix itself
length_yy size of matrix
length_xx size of matrix
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp1302 行定义.

§ add_parameters()

void add_parameters ( Parameter params)

Adds all parameters from another instance to this one

参数
paramsanother Parameter instance

在文件 Parameter.cpp2949 行定义.

§ add_type()

void add_type ( const TSGDataType type,
void *  param,
const char *  name,
const char *  description 
)
protectedvirtual

add new type

参数
typetype to be added
parampointer to parameter
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp2760 行定义.

§ add_vector() [1/42]

void add_vector ( bool **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp324 行定义.

§ add_vector() [2/42]

void add_vector ( char **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp332 行定义.

§ add_vector() [3/42]

void add_vector ( int8_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp340 行定义.

§ add_vector() [4/42]

void add_vector ( uint8_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp348 行定义.

§ add_vector() [5/42]

void add_vector ( int16_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp356 行定义.

§ add_vector() [6/42]

void add_vector ( uint16_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp364 行定义.

§ add_vector() [7/42]

void add_vector ( int32_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp372 行定义.

§ add_vector() [8/42]

void add_vector ( uint32_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp380 行定义.

§ add_vector() [9/42]

void add_vector ( int64_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp388 行定义.

§ add_vector() [10/42]

void add_vector ( uint64_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp396 行定义.

§ add_vector() [11/42]

void add_vector ( float32_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp404 行定义.

§ add_vector() [12/42]

void add_vector ( float64_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp412 行定义.

§ add_vector() [13/42]

void add_vector ( floatmax_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp420 行定义.

§ add_vector() [14/42]

void add_vector ( complex128_t **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp428 行定义.

§ add_vector() [15/42]

void add_vector ( CSGObject ***  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp436 行定义.

§ add_vector() [16/42]

void add_vector ( SGString< bool > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp444 行定义.

§ add_vector() [17/42]

void add_vector ( SGString< char > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp451 行定义.

§ add_vector() [18/42]

void add_vector ( SGString< int8_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp458 行定义.

§ add_vector() [19/42]

void add_vector ( SGString< uint8_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp465 行定义.

§ add_vector() [20/42]

void add_vector ( SGString< int16_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp472 行定义.

§ add_vector() [21/42]

void add_vector ( SGString< uint16_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp479 行定义.

§ add_vector() [22/42]

void add_vector ( SGString< int32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp486 行定义.

§ add_vector() [23/42]

void add_vector ( SGString< uint32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp493 行定义.

§ add_vector() [24/42]

void add_vector ( SGString< int64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp500 行定义.

§ add_vector() [25/42]

void add_vector ( SGString< uint64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp507 行定义.

§ add_vector() [26/42]

void add_vector ( SGString< float32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp514 行定义.

§ add_vector() [27/42]

void add_vector ( SGString< float64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp521 行定义.

§ add_vector() [28/42]

void add_vector ( SGString< floatmax_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp528 行定义.

§ add_vector() [29/42]

void add_vector ( SGSparseVector< bool > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp535 行定义.

§ add_vector() [30/42]

void add_vector ( SGSparseVector< char > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp542 行定义.

§ add_vector() [31/42]

void add_vector ( SGSparseVector< int8_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp549 行定义.

§ add_vector() [32/42]

void add_vector ( SGSparseVector< uint8_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp556 行定义.

§ add_vector() [33/42]

void add_vector ( SGSparseVector< int16_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp563 行定义.

§ add_vector() [34/42]

void add_vector ( SGSparseVector< uint16_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp570 行定义.

§ add_vector() [35/42]

void add_vector ( SGSparseVector< int32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp577 行定义.

§ add_vector() [36/42]

void add_vector ( SGSparseVector< uint32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp584 行定义.

§ add_vector() [37/42]

void add_vector ( SGSparseVector< int64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp591 行定义.

§ add_vector() [38/42]

void add_vector ( SGSparseVector< uint64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp598 行定义.

§ add_vector() [39/42]

void add_vector ( SGSparseVector< float32_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp605 行定义.

§ add_vector() [40/42]

void add_vector ( SGSparseVector< float64_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp612 行定义.

§ add_vector() [41/42]

void add_vector ( SGSparseVector< floatmax_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp619 行定义.

§ add_vector() [42/42]

void add_vector ( SGSparseVector< complex128_t > **  param,
index_t length,
const char *  name,
const char *  description = "" 
)

add vector param

参数
paramparameter vector itself
lengthlength of vector
namename of parameter
descriptiondescription of parameter

在文件 Parameter.cpp626 行定义.

§ contains_parameter()

bool contains_parameter ( const char *  name)

Checks if a parameter with the spcified name is included

返回
true if parameter with name is included

在文件 Parameter.cpp2959 行定义.

§ get_num_parameters()

virtual int32_t get_num_parameters ( )
virtual

getter for number of parameters

返回
number of parameters

在文件 Parameter.h244 行定义.

§ get_parameter() [1/2]

TParameter* get_parameter ( int32_t  idx)

Getter for TParameter elements (Does not to bound checking)

参数
idxdesired index
返回
pointer to the TParameter with the specified index

在文件 Parameter.h277 行定义.

§ get_parameter() [2/2]

TParameter* get_parameter ( const char *  name)

Getter for Tparameter elements by name

参数
namename of desired parameter
返回
parameter with desired name, NULL if non such found

在文件 Parameter.h287 行定义.

§ print()

void print ( const char *  prefix = "")
virtual

print

参数
prefixprefix

在文件 Parameter.cpp2787 行定义.

§ save()

bool save ( CSerializableFile file,
const char *  prefix = "" 
)
virtual

save to serializable file

参数
filedestination file
prefixprefix

在文件 Parameter.cpp2794 行定义.

§ set_from_parameters()

void set_from_parameters ( Parameter params)

Takes another Parameter instance and sets all parameters of this instance (with equal name) to the values of the provided one. (Note that if CSGObjects are replaced, the old ones are SG_UNREFed and the new ones are SG_REFed) Currently only works for any float64_t and CSGObject type.

参数
paramsanother Parameter instance

在文件 Parameter.cpp2815 行定义.

类成员变量说明

§ m_params

DynArray<TParameter*> m_params
protected

array of parameters

在文件 Parameter.h2063 行定义.


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation