|
HDK
|
#include <GU_LSysExpr.h>
Public Member Functions | |
| GU_LSysExpr () | |
| float & | operator[] (int i) |
| int | evalExpr (char *src, char *dest, float *var[LSYS_MAX_PARAMS]) |
| float | eval (char *str) |
| const char * | getString (int idx) const |
| int | addString (const char *str) |
Public Attributes | |
| IMG_Raster * | picRaster |
| GU_Detail * | meta |
| float(* | getChanValue )(int ind, void *data) |
| void * | callbackData |
Definition at line 36 of file GU_LSysExpr.h.
| GU_LSysExpr::GU_LSysExpr | ( | ) |
| int GU_LSysExpr::addString | ( | const char * | str | ) |
| float GU_LSysExpr::eval | ( | char * | str | ) |
| const char* GU_LSysExpr::getString | ( | int | idx | ) | const |
Definition at line 42 of file GU_LSysExpr.h.
| void* GU_LSysExpr::callbackData |
Definition at line 56 of file GU_LSysExpr.h.
Definition at line 55 of file GU_LSysExpr.h.
| GU_Detail* GU_LSysExpr::meta |
Definition at line 54 of file GU_LSysExpr.h.
| IMG_Raster* GU_LSysExpr::picRaster |
Definition at line 53 of file GU_LSysExpr.h.