logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoEngineOutput — class for all engine outputs

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.

       Each engine creates one or more engine outputs. The type of  the  output  is  documented  in  the  engine
       reference pages. There is also an SoEngineOutput method for querying the connection type.

       The  application  can at any time enable or disable the engine outputs. By default the engine outputs are
       enabled.

Inherits From

       SoEngineOutput

Methods

SoTypegetConnectionType()const
          Returns the type of field this output can connect to.

     intgetForwardConnections(SoFieldList&list)const
          Returns the number of fields this output is writing to, and adds pointers to those fields to the given
          list.

     voidenable(SbBoolflag)
          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.

     SbBoolisEnabled()const
          Returns TRUE if this output is currently enabled.

     SoEngine*getContainer()const
          Returns containing engine.

Name

       SoEngineOutput — class for all engine outputs

See Also

SoEngineSoEngineOutput(3IV)()

Synopsis

#include<Inventor/engines/SoEngine.h>

          Methods from class SoEngineOutput:

     SoTypegetConnectionType()constintgetForwardConnections(SoFieldList&list)constvoidenable(SbBoolflag)SbBoolisEnabled()constSoEngine*getContainer()const

See Also