#include <Inventor/SoDB.h>
#include <Inventor/engines/SoSubEngine.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoMFFloat.h>
#include <Inventor/fields/SoMFRotation.h>
#include <Inventor/fields/SoMFVec2f.h>
#include <Inventor/fields/SoMFVec2i32.h>
#include <Inventor/fields/SoMFVec2s.h>
#include <Inventor/fields/SoMFVec3f.h>
#include <Inventor/fields/SoMFVec4f.h>
Go to the source code of this file.
Classes | |
class | SoInterpolate |
Base class for all interpolator engines. More... | |
class | SoInterpolateFloat |
Interpolates floating-point values. More... | |
class | SoInterpolateRotation |
Interpolates rotation values. More... | |
class | SoInterpolateVec2f |
Interpolates 2D floating-point vectors. More... | |
class | SoInterpolateVec3f |
Interpolates 3D floating-point vectors. More... | |
class | SoInterpolateVec4f |
Interpolates 4D floating-point vectors. More... | |
Macros | |
#define | SO_INTERPOLATE_HEADER(className) |
#define | SO_INTERPOLATE_SOURCE(className, type, valType, defaultVal0, defaultVal1, interpVal) |
#define | SO_INTERPOLATE_INITCLASS(className, classPrintName) |
#define | SO_INTERPOLATE_EXITCLASS(className) |
#define SO_INTERPOLATE_EXITCLASS | ( | className | ) |
Definition at line 216 of file SoInterpolate.h.
#define SO_INTERPOLATE_HEADER | ( | className | ) |
Definition at line 142 of file SoInterpolate.h.
#define SO_INTERPOLATE_INITCLASS | ( | className, | |
classPrintName | |||
) |
Definition at line 208 of file SoInterpolate.h.
#define SO_INTERPOLATE_SOURCE | ( | className, | |
type, | |||
valType, | |||
defaultVal0, | |||
defaultVal1, | |||
interpVal | |||
) |
Definition at line 167 of file SoInterpolate.h.