Open Inventor Reference
SoMFInt32 Class Reference

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

#include <Inventor/fields/SoMFInt32.h>

Inheritance diagram for SoMFInt32:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

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

SoMFInt32s are written to file as one or more integer values, 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, -0xE20, -518820 ]

Definition at line 81 of file SoMFInt32.h.


Member Function Documentation

static void SoMFInt32::initClass ( ) [static]

Reimplemented from SoMField.


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