Node containing label text string. More...
#include <Inventor/nodes/SoLabel.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoLabel () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFName | label |
Node containing label text string.
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.
label | "<Undefined label>" |
SoLabel::SoLabel | ( | ) |
Creates a label node with default settings.
static SoType SoLabel::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoLabel::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Defines the label string value.