Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SoInfo Class Reference

The SoInfo class is a node for holding text information. More...

#include <Inventor/nodes/SoInfo.h>

Inheritance diagram for SoInfo::

SoNode SoFieldContainer SoBase List of all members.

Public Methods

 SoInfo (void)

Static Public Methods

void initClass (void)

Public Attributes

SoSFString string

Protected Methods

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.


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.


Member Data Documentation

SoSFString SoInfo::string
 

Text information.


The documentation for this class was generated from the following files:
Generated at Tue Mar 5 03:31:25 2002 for Coin by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001