Open Inventor Reference
SoMFUShort Class Reference

Multiple-value field containing any number of unsigned short integers. More...

#include <Inventor/fields/SoMFUShort.h>

Inheritance diagram for SoMFUShort:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

A multiple-value field that contains any number of unsigned short integers.

SoMFUShorts are written to file as one or more unsigned short integer values, represented as decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') values. When more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:

[ 7, 0xFF, 033 ]

Definition at line 82 of file SoMFUShort.h.


Member Function Documentation

static void SoMFUShort::initClass ( ) [static]

Reimplemented from SoMField.


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