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.
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 SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
The SoEngineOutput class is the output slots in SoEngine instances.
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.
Definition: SoType.h:59