Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csShaderExpression Class Reference
An evaluable expression attached to a shader variable. More...
#include <csgfx/shaderexp.h>
Public Types | |
typedef csArray< oper_arg > | arg_array |
typedef csArray< oper > | oper_array |
Public Member Functions | |
bool | Evaluate (csShaderVariable *) |
Evaluate this expression into a variable. | |
const char * | GetError () const |
Retrieve the error message if the evaluation or parsing failed. | |
bool | Parse (iDocumentNode *, iShaderVariableContext *) |
Parse in the XML in the context of a symbol table. | |
Classes | |
struct | oper |
struct | oper_arg |
Detailed Description
An evaluable expression attached to a shader variable.
Definition at line 43 of file shaderexp.h.
Member Function Documentation
|
Evaluate this expression into a variable. It will use the symbol table it was initialized with. |
|
Retrieve the error message if the evaluation or parsing failed.
Definition at line 221 of file shaderexp.h. |
|
Parse in the XML in the context of a symbol table.
|
The documentation for this class was generated from the following file:
- csgfx/shaderexp.h
Generated for Crystal Space by doxygen 1.4.4