![]() |
http://www.sim.no/ http://www.coin3d.org/ |
The SoVRMLScalarInterpolator class is used to interpolate scalar values. More...
#include <Inventor/VRMLnodes/SoVRMLScalarInterpolator.h>
Public Member Functions | |
virtual SoType | getTypeId (void) const |
virtual const SoEngineOutputData * | getOutputData (void) const |
SoVRMLScalarInterpolator (void) |
Static Public Member Functions | |
static SoType | getClassTypeId (void) |
static void * | createInstance (void) |
static void | initClass (void) |
Public Attributes | |
SoMFFloat | keyValue |
SoEngineOutput | value_changed |
![]() | |
SoMFFloat | key |
SoSFFloat | set_fraction |
Protected Member Functions | |
virtual const SoFieldData * | getFieldData (void) const |
virtual | ~SoVRMLScalarInterpolator () |
![]() | |
int | getKeyValueIndex (float &interp) |
![]() | |
SoNodeEngine (void) | |
virtual | ~SoNodeEngine (void) |
virtual void | evaluate (void)=0 |
virtual SbBool | readInstance (SoInput *in, unsigned short flags) |
virtual void | inputChanged (SoField *which) |
void | writeOutputTypes (SoOutput *out) |
![]() | |
SoNode (void) | |
virtual | ~SoNode () |
![]() | |
SoFieldContainer (void) | |
virtual | ~SoFieldContainer () |
![]() | |
SoBase (void) | |
virtual | ~SoBase () |
virtual void | destroy (void) |
SbBool | hasMultipleWriteRefs (void) const |
SbBool | writeHeader (SoOutput *out, SbBool isgroup, SbBool isengine) const |
void | writeFooter (SoOutput *out) const |
virtual const char * | getFileFormatName (void) const |
Static Protected Member Functions | |
static const SoFieldData ** | getFieldDataPtr (void) |
static const SoEngineOutputData ** | getOutputDataPtr (void) |
Additional Inherited Members | |
![]() | |
enum | NodeType { INVENTOR = 0x0000, VRML1 = 0x0001, VRML2 = 0x0002, INVENTOR_1 = 0x0004, INVENTOR_2_0 = 0x0008, INVENTOR_2_1 = 0x0010, INVENTOR_2_5 = 0x0020, INVENTOR_2_6 = 0x0040, COIN_1_0 = 0x0080, COIN_2_0 = 0x0100, EXTENSION = 0x0200, COIN_2_2 = 0x0400, COIN_2_3 = 0x0800, COIN_2_4 = 0x1000, INVENTOR_5_0 = 0x2000, COIN_2_5 = 0x4000, COIN_3_0 = 0x8000, INVENTOR_6_0 = 0x10000 } |
![]() | |
enum | BaseFlags { IS_ENGINE = 0x01, IS_GROUP = 0x02 } |
![]() | |
uint32_t | uniqueId |
![]() | |
static uint32_t | nextUniqueId = 1 |
static int | nextActionMethodIndex = 0 |
The SoVRMLScalarInterpolator class is used to interpolate scalar values.
ScalarInterpolator { eventIn SFFloat set_fraction # (-inf, inf) exposedField MFFloat key [] # (-inf, inf) exposedField MFFloat keyValue [] # (-inf, inf) eventOut SFFloat value_changed }
This node linearly interpolates among a list of SFFloat values. This interpolator is appropriate for any parameter defined using a single floating point value. Examples include width, radius, and intensity fields. The keyValue field shall contain exactly as many numbers as there are keyframes in the key field. A more detailed discussion of interpolators is available in 4.6.8, Interpolator nodes (http://www.web3d.org/x3d/specifications/vrml/ISO-IEC-14772-VRML97/part1/concepts.html#4.6.8).
SoVRMLScalarInterpolator::SoVRMLScalarInterpolator | ( | void | ) |
Constructor.
|
protectedvirtual |
Destructor.
|
static |
This static method returns the SoType object associated with objects of this class.
Reimplemented from SoVRMLInterpolator.
|
virtual |
Returns the type identification of an object derived from a class inheriting SoBase. This is used for run-time type checking and "downward" casting.
Usage example:
For application programmers wanting to extend the library with new nodes, engines, nodekits, draggers or others: this method needs to be overridden in all subclasses. This is typically done as part of setting up the full type system for extension classes, which is usually accomplished by using the pre-defined macros available through for instance Inventor/nodes/SoSubNode.h (SO_NODE_INIT_CLASS and SO_NODE_CONSTRUCTOR for node classes), Inventor/engines/SoSubEngine.h (for engine classes) and so on.
For more information on writing Coin extensions, see the class documentation of the toplevel superclasses for the various class groups.
Reimplemented from SoVRMLInterpolator.
|
staticprotected |
Returns the SoFieldData class which holds information about inputs in this engine.
Reimplemented from SoVRMLInterpolator.
|
protectedvirtual |
Returns a pointer to the class-wide field data storage object for this instance. If no fields are present, returns NULL
.
Reimplemented from SoVRMLInterpolator.
|
staticprotected |
Returns the SoEngineOutputData class which holds information about the outputs in this engine.
Reimplemented from SoVRMLInterpolator.
|
virtual |
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
Reimplemented from SoVRMLInterpolator.
|
static |
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.
Reimplemented from SoVRMLInterpolator.
SoMFFloat SoVRMLScalarInterpolator::keyValue |
The keyValue vector.
SoEngineOutput SoVRMLScalarInterpolator::value_changed |
The eventOut which is sent every time the interpolator has calculated a new value.
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Mon Mar 17 2014 18:54:44 for Coin by Doxygen 1.8.1.2.