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

SoWriteAction — Writes a scene graph to a file

Description

       This  class  is  used for writing scene graphs to files. It contains an SoOutput instance that by default
       writes to the standard output. Methods on the SoOutput can be called  to  specify  what  file  or  memory
       buffer to write to.

Inherits From

       SoAction > SoWriteAction

Methods

SoWriteAction()
          Constructor.

                         SoWriteAction(SoOutput*out)
          Constructor that takes an SoOutput to use for output.

     SoOutput*getOutput()const
          Returns pointer to SoOutput instance in action.

Name

       SoWriteAction — Writes a scene graph to a file

See Also

SoOutputSoWriteAction(3IV)()

Synopsis

#include<Inventor/actions/SoWriteAction.h>

          Methods from class SoWriteAction:

                         SoWriteAction()SoWriteAction(SoOutput*out)SoOutput*getOutput()const

          Methods from class SoAction:

     virtualvoidapply(SoNode*node)virtualvoidapply(SoPath*path)virtualvoidapply(constSoPathList&pathList,SbBoolobeysRules=FALSE)staticSoTypegetClassTypeId()virtualSoTypegetTypeId()virtualSbBoolisOfType(SoTypetype)virtualvoidinvalidateState()

See Also