Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::CompactSpline::BulkOutput Class Referenceabstract

#include <compact_spline.h>

Detailed Description

Callback interface for BulkEvaluate(). AddPoint() will be called num_points times, once for every x = start_x + n * delta_x, where n = 0..num_points-1.

Public Member Functions

virtual void AddPoint (int point_index, const BulkSplineEvaluator &evaluator)=0
 

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