SoInterpolateFloat.3coin2

Langue: en

Version: 375076 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoInterpolateFloat -

The SoInterpolateFloat class is used to interpolate two floating point values.

SYNOPSIS


#include <Inventor/engines/SoInterpolateFloat.h>

Inherits SoInterpolate.

Static Public Member Functions


static void initClass ()

Public Attributes


SoMFFloat input0

SoMFFloat input1

Detailed Description

The SoInterpolateFloat class is used to interpolate two floating point values.

Member Function Documentation

static void SoInterpolateFloat::initClass (void) [static]Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.

Reimplemented from SoInterpolate.

Member Data Documentation

SoMFFloat SoInterpolateFloat::input0First set of input values.

SoMFFloat SoInterpolateFloat::input1Second set of input values.

Author

Generated automatically by Doxygen for Coin from the source code.