Open Inventor Reference
SoTranReceiver Class Reference

Interprets database changes for transcription. More...

#include <Inventor/misc/SoTranscribe.h>

Public Member Functions

 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. More...
 
 ~SoTranReceiver ()
 Destructor. More...
 
bool interpret (SoInput *in)
 Interprets the transcription commands found in the given input stream. More...
 

Detailed 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.

See Also
SoInput, SoTranSender

Definition at line 172 of file SoTranscribe.h.

Constructor & Destructor Documentation

◆ SoTranReceiver()

SoTranReceiver::SoTranReceiver ( SoGroup rootNode)

All changes to the database are made relative to this root.

◆ ~SoTranReceiver()

SoTranReceiver::~SoTranReceiver ( )

Member Function Documentation

◆ interpret()

bool SoTranReceiver::interpret ( SoInput in)

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: