Internal class, The compiler of scrip. More...
Public Member Functions | |
| void | setParticleSystem3D (PUParticleSystem3D *pu) |
| Set the particle system. More... | |
| var | setParticleSystem3D ( var pu) |
| Set the particle system. More... | |
| local | setParticleSystem3D ( local pu) |
| Set the particle system. More... | |
| const PUAbstractNodeList * | compile (const std::string &file, bool &isFirstCompile) |
| Compile a file. More... | |
| local | compile ( local file, local isFirstCompile) |
| Compile a file. More... | |
| void | convertToAST (const PUConcreteNodeList &nodes, PUAbstractNodeList &aNodes) |
| PUConcreteNodeList Convert to PUAbstractNodeList. More... | |
Internal class, The compiler of scrip.
| void setParticleSystem3D | ( | PUParticleSystem3D * | pu | ) |
Set the particle system.
The particle system.
| var setParticleSystem3D | ( | var | pu | ) |
Set the particle system.
The particle system.
| local setParticleSystem3D | ( | local | pu | ) |
Set the particle system.
The particle system.
| const PUAbstractNodeList* compile | ( | const std::string & | file, |
| bool & | isFirstCompile | ||
| ) |
Compile a file.
The path of file. Is first compile this file.
| var compile | ( | var | file, |
| var | isFirstCompile | ||
| ) |
Compile a file.
The path of file. Is first compile this file.
| local compile | ( | local | file, |
| local | isFirstCompile | ||
| ) |
Compile a file.
The path of file. Is first compile this file.
| void convertToAST | ( | const PUConcreteNodeList & | nodes, |
| PUAbstractNodeList & | aNodes | ||
| ) |
PUConcreteNodeList Convert to PUAbstractNodeList.
The PUConcreteNodeList. The PUAbstractNodeList.
| var convertToAST | ( | var | nodes, |
| var | aNodes | ||
| ) |
PUConcreteNodeList Convert to PUAbstractNodeList.
The PUConcreteNodeList. The PUAbstractNodeList.
| local convertToAST | ( | local | nodes, |
| local | aNodes | ||
| ) |
PUConcreteNodeList Convert to PUAbstractNodeList.
The PUConcreteNodeList. The PUAbstractNodeList.