33 #ifndef COIN_OUTPUTDATA_H 34 #define COIN_OUTPUTDATA_H 36 #include <Inventor/SbBasic.h> 37 #include <Inventor/lists/SbList.h> 46 class 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;
81 #endif // !COIN_OUTPUTDATA_H The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:51
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:43
SoNodeEngine is the base class for Coin node engines.Node engines have the same functionality as norm...
Definition: SoNodeEngine.h:42
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
The SoEngineOutputData class is a container for a prototype set of outputs.This class is instantiated...
Definition: SoOutputData.h:49
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:59
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:40