Open Inventor Reference
SoMFShort Class Reference

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

#include <Inventor/fields/SoMFShort.h>

Inheritance diagram for SoMFShort:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

A multiple-value field that contains any number of short (16-bit) integers.

SoMFShorts are written to file as one or more 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 83 of file SoMFShort.h.


Member Function Documentation

static void SoMFShort::initClass ( ) [static]

Reimplemented from SoMField.


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