SoTranReceiver Class Reference
[General]

Interprets database changes for transcription. More...

#include <Inventor/misc/SoTranscribe.h>

List of all members.

Public Member Functions

 SoTranReceiver (SoGroup *rootNode)
 ~SoTranReceiver ()
SbBool interpret (SoInput *in)

Detailed Description

Interprets database changes for transcription.

This class is used for transcribing Open 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 Open Inventor database packaged up by an SoTranSender.

SEE ALSO

SoInput, SoTranSender


Constructor & Destructor Documentation

SoTranReceiver::SoTranReceiver ( SoGroup rootNode  ) 

Constructor.

Parameters:
rootNode 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::~SoTranReceiver (  ) 

Destructor.


Member Function Documentation

SbBool SoTranReceiver::interpret ( 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.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/