SoInfo Class Reference
[Properties]

Node containing information text string. More...

#include <Inventor/nodes/SoInfo.h>

Inheritance diagram for SoInfo:
SoNode SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoInfo ()

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoSFString string

Detailed Description

Node containing information text string.

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

SEE ALSO

SbString, SoLabel


Constructor & Destructor Documentation

SoInfo::SoInfo (  ) 

Creates an info node with default settings.


Member Function Documentation

static SoType SoInfo::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoNode.

virtual SoType SoInfo::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoNode.


Member Data Documentation

Defines the info string.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/