Field containing an unsigned int32_t integer. More...
#include <Inventor/fields/SoSFUInt32.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFUInt32 & | operator= (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 () |
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.
SoSFUInt32::SoSFUInt32 | ( | ) |
Default constructor.
virtual SoSFUInt32::~SoSFUInt32 | ( | ) | [virtual] |
Destructor.
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.