Open Inventor Reference
SoLabel Class Reference

Node containing label text string. More...

#include <Inventor/nodes/SoLabel.h>

Inheritance diagram for SoLabel:
SoNode SoFieldContainer SoBase

List of all members.

Public Member Functions

 SoLabel ()
 Creates a label node with default settings.

Static Public Member Functions

static void initClass ()
 Initializes base node class.

Public Attributes

Fields
SoSFName label
 Defines the label string value as an SbName.

Protected Member Functions

virtual ~SoLabel ()

Detailed Description

This class defines a label node in the scene graph. This node has no effect during traversal. It is used to store text labels in the scene graph, typically for application-specific identification of subgraphs when node naming is not appropriate.

File Format/Default
Label {
  label "<Undefined label>"
}
See Also
SbName, SoInfo

Definition at line 86 of file SoLabel.h.


Constructor & Destructor Documentation

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

Member Function Documentation

static void SoLabel::initClass ( ) [static]

Reimplemented from SoNode.


Member Data Documentation

Definition at line 95 of file SoLabel.h.


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