Open Inventor Reference
SoMFBool Class Reference

Multiple-value field containing any number of boolean values. More...

#include <Inventor/fields/SoMFBool.h>

Inheritance diagram for SoMFBool:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

A multiple-value field that contains any number of boolean values.

SoMFBools are written to file as one or more boolean values, which are written as "0" (representing a false value), "1", "TRUE", or "FALSE".

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

[ 0, FALSE, 1, TRUE ]

Definition at line 84 of file SoMFBool.h.


Member Function Documentation

static void SoMFBool::initClass ( ) [static]

Reimplemented from SoMField.


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