SoLabel.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SoLabel -

The SoLabel class is a node for holding label information in a scene graph.

Use this node as a convenient way of labeling nodes or subgraphs within a scene graph.

SYNOPSIS


#include <Inventor/nodes/SoLabel.h>

Inherits SoNode.

Public Member Functions


SoLabel (void)

Static Public Member Functions


static void initClass (void)

Public Attributes


SoSFName label

Protected Member Functions


virtual ~SoLabel ()

Detailed Description

The SoLabel class is a node for holding label information in a scene graph.

Use this node as a convenient way of labeling nodes or subgraphs within a scene graph.

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

FILE FORMAT/DEFAULTS:

     Label {
         label '<Undefined label>'
     }
 
 


 

Constructor & Destructor Documentation

SoLabel::SoLabel (void)Constructor.

References label.

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

Member Function Documentation

void SoLabel::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

SoSFName SoLabel::labelLabel text.

Referenced by SoLabel().

Author

Generated automatically by Doxygen for Coin from the source code.