24 #ifndef COIN_OUTPUTDATA_H 
   25 #define COIN_OUTPUTDATA_H 
   27 #include <Inventor/SbBasic.h> 
   28 #include <Inventor/lists/SbList.h> 
   37 class SoOutputDataEntry;
 
   47   void addOutput(
const SoEngine * base, 
const char *name,
 
   49   void addOutput(
const SoNodeEngine * base, 
const char *name,
 
   52   int getNumOutputs(
void) 
const;
 
   53   const SbName & getOutputName(
int index) 
const;
 
   58   const SoType & getType(
int index) 
const;
 
   63   SbBool hasOutput(
const char * name) 
const;
 
   72 #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:42
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:34
SoNodeEngine is the base class for Coin node engines.Node engines have the same functionality as norm...
Definition: SoNodeEngine.h:33
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoEngineOutputData class is a container for a prototype set of outputs.This class is instantiated...
Definition: SoOutputData.h:40
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:50
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:31