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

SoTranReceiver — interprets database changes for transcription

Description

       This class is used for transcribing Inventor data. Transcription is the process of packaging changes to a
       database and sending them over a "wire" to another database.

       The  SoTranReceiver  class  is  used  on  the receiving side of transcription. It interprets changes to a
       Inventor database packaged up by an SoTranSender.

Inherits From

       SoTranReceiver

Methods

SoTranReceiver(SoGroup*rootNode)
          The constructor takes a pointer to an SoGroup instance that is the root node of the scene graph on the
          receiving end. All changes to the database are made relative to this root.

                         ~SoTranReceiver()
          Destructor.

     SbBoolinterpret(SoInput*in)
          Interprets the transcription commands found in the given input stream. Returns  FALSE  on  any  error.
          Note:  some  errors  (such  as  invalid node references) are recoverable, while others (such as syntax
          errors) are not.

Name

       SoTranReceiver — interprets database changes for transcription

See Also

SoInput,SoTranSenderSoTranReceiver(3IV)()

Synopsis

#include<Inventor/misc/SoTranscribe.h>

          Methods from class SoTranReceiver:

                         SoTranReceiver(SoGroup*rootNode)~SoTranReceiver()SbBoolinterpret(SoInput*in)

See Also