24 #ifndef COIN_SOENGINEOUTPUT_H 
   25 #define COIN_SOENGINEOUTPUT_H 
   27 #include <Inventor/SoType.h> 
   28 #include <Inventor/lists/SoFieldList.h> 
   29 #include <Inventor/lists/SbList.h> 
   41   SoType getConnectionType(
void) 
const;
 
   43   void enable(
const SbBool flag);
 
   44   SbBool isEnabled(
void) 
const;
 
   47   SbBool isNodeEngineOutput(
void) 
const;
 
   49   void setContainer(
SoEngine * engine);
 
   51   void addConnection(
SoField * f);
 
   52   void removeConnection(
SoField * f);
 
   53   int getNumConnections(
void) 
const;
 
   54   SoField * operator[](
int i) 
const;
 
   56   void prepareToWrite(
void) 
const;
 
   57   void doneWriting(
void) 
const;
 
   59   void touchSlaves(
SoNotList * nl, SbBool donotify);
 
   70 #endif // !COIN_SOENGINEOUTPUT_H 
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 SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoFieldList class is a container for pointers to SoField objects. 
Definition: SoFieldList.h:31
The SoNotList class is a list of SoNotRec notification records. 
Definition: SoNotification.h:34
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