SoInfo.3coin2

Langue: en

Version: 373282 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoInfo -

The SoInfo class is a node for holding text information.

This is simply a placeholder for textual information about a scene. Typically used for specifying author and copyright information in Inventor format files, but can also be used for other purposes, of course.

SYNOPSIS


#include <Inventor/nodes/SoInfo.h>

Inherits SoNode.

Public Member Functions


SoInfo (void)

Static Public Member Functions


static void initClass (void)

Public Attributes


SoSFString string

Protected Member Functions


virtual ~SoInfo ()

Detailed Description

The SoInfo class is a node for holding text information.

This is simply a placeholder for textual information about a scene. Typically used for specifying author and copyright information in Inventor format files, but can also be used for other purposes, of course.

SoInfo nodes does not influence traversal in any way for any of the builtin actions.

FILE FORMAT/DEFAULTS:

     Info {
         string '<Undefined info>'
     }
 
 


 

Constructor & Destructor Documentation

SoInfo::SoInfo (void)Constructor.

SoInfo::~SoInfo () [protected, virtual]Destructor.

Member Function Documentation

void SoInfo::initClass (void) [static]Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.

Reimplemented from SoNode.

References SoNode::VRML1.

Member Data Documentation

SoSFString SoInfo::stringText information.

Author

Generated automatically by Doxygen for Coin from the source code.