#include <LuxAppPointer.h>
List of all members.
Public Types |
| enum | { scalar = 1,
vector = 2,
tensor = 3
} |
Public Member Functions |
| | LuxAppPointer (const char *conname) |
| virtual | ~LuxAppPointer () |
| bool | connected () const |
| VizTool & | lux () const |
| void | poll () |
| void | close () |
| ReadFieldTool * | createArray (const std::string &nm) |
| void | beginArray (ReadFieldTool *tool, int datatype, int *size, float *spacing, float *origin) |
| void | insertArray (ReadFieldTool *tool, int datatype, int indx, float *val) |
| void | endArray (ReadFieldTool *tool, const std::string &nm) |
| void | destroyArray (ReadFieldTool *tool, const std::string &nm) |
| ReadParticleTool * | createParticles (const std::string &nm) |
| void | beginParticles (ReadParticleTool *tool, int datatype, int totsize) |
| void | insertParticles (ReadParticleTool *tool, int datatype, int indx, float *pos, float *val, int id) |
| void | endParticles (ReadParticleTool *tool, const std::string &nm) |
| void | destroyParticles (ReadParticleTool *tool, const std::string &nm) |
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: