logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoLabel — node containing label text string

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.

Fields

SoSFNamelabel
          Defines the label string value as an SbName.

File Format/Defaults

Label{label"<Undefinedlabel>"}

Inherits From

       SoBase > SoFieldContainer > SoNode > SoLabel

Methods

SoLabel()
          Creates a label node with default settings.

     staticSoTypegetClassTypeId()
          Returns type identifier for this class.

Name

       SoLabel — node containing label text string

See Also

SbName,SoInfoSoLabel(3IV)()

Synopsis

#include<Inventor/nodes/SoLabel.h>

          Fields from class SoLabel:

     SoSFNamelabel

          Methods from class SoLabel:

                         SoLabel()staticSoTypegetClassTypeId()

          Methods from class SoNode:

     voidsetOverride(SbBoolstate)SbBoolisOverride()constSoNode*copy(SbBoolcopyConnections=FALSE)constvirtualSbBoolaffectsState()conststaticSoNode*getByName(constSbName&name)staticintgetByName(constSbName&name,SoNodeList&list)

          Methods from class SoFieldContainer:

     voidsetToDefaults()SbBoolhasDefaultValues()constSbBoolfieldsAreEqual(constSoFieldContainer*fc)constvoidcopyFieldValues(constSoFieldContainer*fc,SbBoolcopyConnections=FALSE)SbBoolset(constchar*fieldDataString)voidget(SbString&fieldDataString)virtualintgetFields(SoFieldList&resultList)constvirtualSoField*getField(constSbName&fieldName)constSbBoolgetFieldName(constSoField*field,SbName&fieldName)constSbBoolisNotifyEnabled()constSbBoolenableNotify(SbBoolflag)

          Methods from class SoBase:

     voidref()voidunref()constvoidunrefNoDelete()constvoidtouch()virtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)constvirtualvoidsetName(constSbName&name)virtualSbNamegetName()const

See Also