#include <GU_LSysExpr.h>
Public Member Functions | |
| GU_LSysExpr (void) | |
| ~GU_LSysExpr (void) | |
| float & | operator[] (unsigned 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 44 of file GU_LSysExpr.h.
| GU_LSysExpr::GU_LSysExpr | ( | void | ) |
| GU_LSysExpr::~GU_LSysExpr | ( | void | ) |
| int GU_LSysExpr::addString | ( | const char * | str | ) |
| float GU_LSysExpr::eval | ( | char * | str | ) |
| int GU_LSysExpr::evalExpr | ( | char * | src, | |
| char * | dest, | |||
| float * | var[LSYS_MAX_PARAMS] | |||
| ) |
| const char* GU_LSysExpr::getString | ( | int | idx | ) | const |
| float& GU_LSysExpr::operator[] | ( | unsigned | i | ) | [inline] |
Definition at line 51 of file GU_LSysExpr.h.
Definition at line 61 of file GU_LSysExpr.h.
| float(* GU_LSysExpr::getChanValue)(int ind, void *data) |
Definition at line 59 of file GU_LSysExpr.h.
Definition at line 58 of file GU_LSysExpr.h.
1.5.9