table of contents
other sections
SoEngineOutput(3IV)() | SoEngineOutput(3IV)() |
NAME¶
SoEngineOutput — class for all engine outputsINHERITS FROM¶
SoEngineOutputSYNOPSIS¶
#include <Inventor/engines/SoEngine.h>Methods from class SoEngineOutput:
SoType getConnectionType() const
int getForwardConnections(SoFieldList &list) const
void enable(SbBool flag)
SbBool isEnabled() const
SoEngine* getContainer() const
DESCRIPTION¶
SoEngineOuput is the class for all engine output fields. There is no public constructor routine for this class. Only the engine classes create instances of SoEngineOutput.METHODS¶
SoType getConnectionType() const
Returns the type of field this output can connect to.
int getForwardConnections(SoFieldList &list) const
Returns the number of fields this output is writing to, and adds pointers to those fields to the given list.
void enable(SbBool flag)
Enables or disables all connections from this ouptut. If the connections are disabled, values will not be output along them. By default, outputs are enabled.
SbBool isEnabled() const
Returns TRUE if this output is currently enabled.
SoEngine* getContainer() const
Returns containing engine.