7 #ifndef __shape_RampI_h__ 8 #define __shape_RampI_h__ 29 virtual U32 entryCount(
void)
const =0;
30 virtual Vector2 entry(U32 a_index)
const =0;
32 virtual Real eval(Real a_u)
const =0;
kernel
Definition: namespace.dox:3
Base for all interfacable components.
Definition: Component.h:20
A function giving a Real result for a Real input.
Definition: RampI.h:24
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192