24#ifndef COIN_OUTPUTDATA_H
25#define COIN_OUTPUTDATA_H
27#include <Inventor/SbBasic.h>
28#include <Inventor/lists/SbList.h>
37class SoOutputDataEntry;
63 SbBool hasOutput(
const char * name)
const;
69 SbList <SoOutputDataEntry*> outputlist;
The SbName class stores strings by reference.
Definition SbName.h:31
SbBool readDescriptions(SoInput *input, SoEngine *engine) const
Definition SoOutputData.cpp:206
int getIndex(const SoEngine *engine, const SoEngineOutput *output) const
Definition SoOutputData.cpp:187
SoEngineOutput * getOutput(const SoEngine *engine, int index) const
Definition SoOutputData.cpp:177
SoEngineOutputData(void)
Definition SoOutputData.cpp:100
int getNumOutputs(void) const
Definition SoOutputData.cpp:158
void addOutput(const SoEngine *base, const char *name, const SoEngineOutput *output, SoType type)
Definition SoOutputData.cpp:144
const SbName & getOutputName(int index) const
Definition SoOutputData.cpp:167
const SoType & getType(int index) const
Definition SoOutputData.cpp:197
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:36
SoEngine is the base class for Coin engines.
Definition SoEngine.h:34
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:34
SoNodeEngine is the base class for Coin node engines.
Definition SoNodeEngine.h:33
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:42
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50