33#ifndef COIN_OUTPUTDATA_H
34#define COIN_OUTPUTDATA_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/lists/SbList.h>
46class SoOutputDataEntry;
56 void addOutput(
const SoEngine * base,
const char *name,
58 void addOutput(
const SoNodeEngine * base,
const char *name,
61 int getNumOutputs(
void)
const;
62 const SbName & getOutputName(
int index)
const;
67 const SoType & getType(
int index)
const;
72 SbBool hasOutput(
const char * name)
const;
78 SbList <SoOutputDataEntry*> outputlist;
The SbName class stores strings by reference.
Definition SbName.h:40
The SoEngineOutputData class is a container for a prototype set of outputs.
Definition SoOutputData.h:49
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