SoSFUInt32 Class Reference
[Fields]

Field containing an unsigned int32_t integer. More...

#include <Inventor/fields/SoSFUInt32.h>

Inheritance diagram for SoSFUInt32:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFUInt32operator= (const SoSFUInt32 &f)
 SoSFUInt32 ()
virtual ~SoSFUInt32 ()
uint32_t getValue () const
void setValue (uint32_t newValue)
uint32_t operator= (uint32_t newValue)
int operator== (const SoSFUInt32 &f) const
int operator!= (const SoSFUInt32 &f) const
virtual size_t getValueSize () const

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

Field containing an unsigned int32_t integer.

A single-value field containing 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.

SEE ALSO

SoField, SoSField, SoMFUInt32


Constructor & Destructor Documentation

SoSFUInt32::SoSFUInt32 (  ) 

Default constructor.

virtual SoSFUInt32::~SoSFUInt32 (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFUInt32::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

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

Returns the type identifier for this specific instance.

Implements SoTypedObject.

uint32_t SoSFUInt32::getValue (  )  const [inline]

Returns this field's value.

virtual size_t SoSFUInt32::getValueSize (  )  const [inline, virtual]

Get size of the value.

Reimplemented from SoField.

int SoSFUInt32::operator!= ( const SoSFUInt32 f  )  const [inline]

Returns FALSE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

uint32_t SoSFUInt32::operator= ( uint32_t  newValue  )  [inline]

Sets this field to newValue.

const SoSFUInt32& SoSFUInt32::operator= ( const SoSFUInt32 f  ) 

Copy from another field of same type.

int SoSFUInt32::operator== ( const SoSFUInt32 f  )  const

Returns TRUE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

void SoSFUInt32::setValue ( uint32_t  newValue  ) 

Sets this field to newValue.


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/