Open Inventor Reference
SoMFUInt32 Class Reference

Multiple-value field containing any number of uint32_tegers. More...

#include <Inventor/fields/SoMFUInt32.h>

Inheritance diagram for SoMFUInt32:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

A multiple-value field that contains any number of uint32_t (32-bit) integers.

SoMFUInt32s are written to file as one or more uint32_t integers, in decimal, hexadecimal or octal format.

When more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:

[ 17, 0xFFFFE0, 0755 ]

Definition at line 84 of file SoMFUInt32.h.


Member Function Documentation

static void SoMFUInt32::initClass ( ) [static]

Reimplemented from SoMField.


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