Open Inventor Reference
SoInfo Class Reference

Node containing information text string. More...

#include <Inventor/nodes/SoInfo.h>

Inheritance diagram for SoInfo:
SoNode SoFieldContainer SoBase

List of all members.

Public Member Functions

 SoInfo ()
 Creates an info node with default settings.

Static Public Member Functions

static void initClass ()
 Initializes base node class.

Public Attributes

Fields
SoSFString string
 Defines the info string value as an SbString.

Protected Member Functions

virtual ~SoInfo ()

Detailed Description

This class defines a information node in the scene graph. This node has no effect during traversal. It is used to store information in the scene graph, typically for application-specific purposes, copyright messages, or other strings. This node differs from the SoLabel node in that it stores its information in an SbString instead of an SbName; the SbString is more efficient for storing long strings that don't have to be accessed very often. Use an SoLabel node for short strings that have to be accessed more often.

File Format/Default
Info {
  string <Undefined info>
}
See Also
SbString, SoLabel

Definition at line 90 of file SoInfo.h.


Constructor & Destructor Documentation

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

Member Function Documentation

static void SoInfo::initClass ( ) [static]

Reimplemented from SoNode.


Member Data Documentation

Definition at line 99 of file SoInfo.h.


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