Blender V2.61 - r43446
Public Member Functions

BL_ScalarInterpolator Class Reference

#include <KX_BlenderScalarInterpolator.h>

Inheritance diagram for BL_ScalarInterpolator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BL_ScalarInterpolator ()
 BL_ScalarInterpolator (struct FCurve *fcu)
virtual ~BL_ScalarInterpolator ()
virtual float GetValue (float currentTime) const
struct FCurveGetFCurve ()

Detailed Description

Definition at line 41 of file KX_BlenderScalarInterpolator.h.


Constructor & Destructor Documentation

BL_ScalarInterpolator::BL_ScalarInterpolator ( ) [inline]

Definition at line 43 of file KX_BlenderScalarInterpolator.h.

BL_ScalarInterpolator::BL_ScalarInterpolator ( struct FCurve fcu) [inline]

Definition at line 44 of file KX_BlenderScalarInterpolator.h.

virtual BL_ScalarInterpolator::~BL_ScalarInterpolator ( ) [inline, virtual]

Definition at line 48 of file KX_BlenderScalarInterpolator.h.


Member Function Documentation

struct FCurve* BL_ScalarInterpolator::GetFCurve ( ) [inline, read]

Definition at line 51 of file KX_BlenderScalarInterpolator.h.

float BL_ScalarInterpolator::GetValue ( float  currentTime) const [virtual]

Implements KX_IScalarInterpolator.

Definition at line 44 of file KX_BlenderScalarInterpolator.cpp.

References evaluate_fcurve().


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