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

SoSFUInt32 — field containing an unsinged int32_t integer

Description

       A single-value field containg an unsigned 32-bit integer, representing a number from 0 to 4,294,967,295.

       SoSFUInt32s  are  written  to file as a single uint32_t (32-bit) integer in decimal, hexadecimal or octal
       format.

Inherits From

       SoField > SoSField > SoSFUInt32

Methods

staticSoTypegetClassTypeId()virtualvoidgetTypeId()const
          Returns the type for this class or a particular object of this class.

     int32_tuint32_tgetValue()const
          Returns this field's value.

     int32_tuint32_toperator=(int32_tuint32_tnewValue)voidsetValue(int32_tuint32_tnewValue)
          Sets this field to newValue.

     intoperator==(constSoSFUInt32&f)constintoperator!=(constSoSFUInt32&f)const
          Returns TRUE if f is of the same type and has the same value as this field.

Name

       SoSFUInt32 — field containing an unsinged int32_t integer

See Also

SoField,SoSField,SoMFUInt32SoSFUInt32(3IV)()

Synopsis

#include<Inventor/fields/SoSFUInt32.h>

          Methods from class SoSFUInt32:

     staticSoTypegetClassTypeId()virtualvoidgetTypeId()constint32_tuint32_tgetValue()constint32_tuint32_toperator=(int32_tuint32_tnewValue)voidsetValue(int32_tuint32_tnewValue)intoperator==(constSoSFUInt32&f)constintoperator!=(constSoSFUInt32&f)const

          Methods from class SoField:

     voidsetIgnored(SbBoolignore)SbBoolisIgnored()constSbBoolisDefault()constvirtualSbBoolisOfType(SoTypetype)constSbBoolset(constchar*valueString)voidget(SbString&valueString)voidtouch()SbBoolconnectFrom(SoField*fromField)SbBoolconnectFrom(SoEngineOutput*fromEngine)voiddisconnect()SbBoolisConnected()constSbBoolisConnectedFromField()constSbBoolgetConnectedField(SoField*&writingField)constSbBoolisConnectedFromEngine()constSbBoolgetConnectedEngine(SoEngineOutput*&engineOutput)constvoidenableConnection(SbBoolflag)SbBoolisConnectionEnabled()constintgetForwardConnections(SoFieldList&list)constSoFieldContainer*getContainer()const

See Also