#include <DS_ParmReader.h>
|
| DS_DefaultValue (const fpreal32 *fp, int size) |
|
| DS_DefaultValue (const fpreal64 *fp, int size) |
|
| DS_DefaultValue (const int32 *ip, int size) |
|
| DS_DefaultValue (const int64 *ip, int size) |
|
| DS_DefaultValue (const char *sp[], const CH_StringMeaning *meanings, int size) |
|
| DS_DefaultValue (const UT_Fpreal32Array &values) |
|
| DS_DefaultValue (const UT_Fpreal64Array &values) |
|
| DS_DefaultValue (const UT_Int32Array &values) |
|
| DS_DefaultValue (const UT_Int64Array &values) |
|
| DS_DefaultValue (const UT_StringArray &values, const CH_StringMeaning *meaning) |
|
| ~DS_DefaultValue () |
|
int | copy (const fpreal32 *fp, int size) |
|
int | copy (const fpreal64 *fp, int size) |
|
int | copy (const int32 *ip, int size) |
|
int | copy (const int64 *ip, int size) |
|
int | copy (const char *sp[], const CH_StringMeaning *meanings, int size) |
|
int | copy (const UT_Int32Array &v) |
|
int | copy (const UT_Int64Array &v) |
|
int | copy (const UT_Fpreal32Array &v) |
|
int | copy (const UT_Fpreal64Array &v) |
|
int | copy (const UT_StringArray &v, const CH_StringMeaning *meanings) |
|
fpreal * | getFloat () const |
|
int * | getInteger () const |
|
const char * | getString (int idx) const |
|
CH_StringMeaning | getStringMeaning (int idx) const |
|
int | getSize () const |
|
Definition at line 28 of file DS_ParmReader.h.
DS_DefaultValue::DS_DefaultValue |
( |
const fpreal32 * |
fp, |
|
|
int |
size |
|
) |
| |
DS_DefaultValue::DS_DefaultValue |
( |
const fpreal64 * |
fp, |
|
|
int |
size |
|
) |
| |
DS_DefaultValue::DS_DefaultValue |
( |
const int32 * |
ip, |
|
|
int |
size |
|
) |
| |
DS_DefaultValue::DS_DefaultValue |
( |
const int64 * |
ip, |
|
|
int |
size |
|
) |
| |
DS_DefaultValue::DS_DefaultValue |
( |
const char * |
sp[], |
|
|
const CH_StringMeaning * |
meanings, |
|
|
int |
size |
|
) |
| |
DS_DefaultValue::~DS_DefaultValue |
( |
| ) |
|
int DS_DefaultValue::copy |
( |
const int32 * |
ip, |
|
|
int |
size |
|
) |
| |
int DS_DefaultValue::copy |
( |
const int64 * |
ip, |
|
|
int |
size |
|
) |
| |
fpreal* DS_DefaultValue::getFloat |
( |
| ) |
const |
|
inline |
int* DS_DefaultValue::getInteger |
( |
| ) |
const |
|
inline |
int DS_DefaultValue::getSize |
( |
| ) |
const |
|
inline |
const char* DS_DefaultValue::getString |
( |
int |
idx | ) |
const |
|
inline |
The documentation for this class was generated from the following file: