33 #ifndef COIN_SOENGINEOUTPUT_H    34 #define COIN_SOENGINEOUTPUT_H    37 #include <Inventor/lists/SoFieldList.h>    38 #include <Inventor/lists/SbList.h>    50   SoType getConnectionType(
void) 
const;
    52   void enable(
const SbBool flag);
    53   SbBool isEnabled(
void) 
const;
    56   SbBool isNodeEngineOutput(
void) 
const;
    58   void setContainer(
SoEngine * engine);
    60   void addConnection(
SoField * f);
    61   void removeConnection(
SoField * f);
    62   int getNumConnections(
void) 
const;
    63   SoField * operator[](
int i) 
const;
    65   void prepareToWrite(
void) 
const;
    66   void doneWriting(
void) 
const;
    68   void touchSlaves(
SoNotList * nl, SbBool donotify);
    79 #endif // !COIN_SOENGINEOUTPUT_H 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 SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
 
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
 
The SoFieldList class is a container for pointers to SoField objects. 
Definition: SoFieldList.h:40
 
The SoNotList class is a list of SoNotRec notification records. 
Definition: SoNotification.h:43
 
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