33#ifndef COIN_OUTPUTDATA_H
34#define COIN_OUTPUTDATA_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/lists/SbList.h>
46class SoOutputDataEntry;
72 SbBool hasOutput(
const char * name)
const;
78 SbList <SoOutputDataEntry*> outputlist;
The SbName class stores strings by reference.
Definition SbName.h:40
SbBool readDescriptions(SoInput *input, SoEngine *engine) const
Definition SoOutputData.cpp:216
int getIndex(const SoEngine *engine, const SoEngineOutput *output) const
Definition SoOutputData.cpp:197
SoEngineOutput * getOutput(const SoEngine *engine, int index) const
Definition SoOutputData.cpp:187
SoEngineOutputData(void)
Definition SoOutputData.cpp:110
int getNumOutputs(void) const
Definition SoOutputData.cpp:168
void addOutput(const SoEngine *base, const char *name, const SoEngineOutput *output, SoType type)
Definition SoOutputData.cpp:154
const SbName & getOutputName(int index) const
Definition SoOutputData.cpp:177
const SoType & getType(int index) const
Definition SoOutputData.cpp:207
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
SoEngine is the base class for Coin engines.
Definition SoEngine.h:43
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:43
SoNodeEngine is the base class for Coin node engines.
Definition SoNodeEngine.h:42
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:51
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59