#include <Inventor/misc/SoBasic.h>
#include <Inventor/SbPList.h>
#include <Inventor/SbString.h>
#include <Inventor/SoType.h>
Go to the source code of this file.
Functions | |
SoEngineOutputData (int numOutputs) | |
~SoEngineOutputData () | |
void | addOutput (const SoEngine *defEngine, const char *outputName, const SoEngineOutput *output, SoType type) |
int | getNumOutputs () const |
const SbName & | getOutputName (int index) const |
SoEngineOutput * | getOutput (const SoEngine *engine, int index) const |
int | getIndex (const SoEngine *engine, const SoEngineOutput *output) const |
const SoType & | getType (int index) const |
SbBool | readDescriptions (SoInput *in, SoEngine *engine) const |
void | writeDescriptions (SoOutput *out, SoEngine *engine) const |
void addOutput | ( | const SoEngine * | defEngine, |
const char * | outputName, | ||
const SoEngineOutput * | output, | ||
SoType | type | ||
) |
int getIndex | ( | const SoEngine * | engine, |
const SoEngineOutput * | output | ||
) | const |
int getNumOutputs | ( | ) | const |
Definition at line 103 of file SoOutputData.h.
SoEngineOutput * getOutput | ( | const SoEngine * | engine, |
int | index | ||
) | const |
const SbName & getOutputName | ( | int | index | ) | const |
const SoType & getType | ( | int | index | ) | const |
SoEngineOutputData | ( | int | numOutputs | ) |
Definition at line 89 of file SoOutputData.h.
~SoEngineOutputData | ( | ) |