|
Enzo
|
A sampled snapshot of a ramp parameter read during cook. More...
#include <Ramp.h>
Classes | |
| struct | Key |
| A single ramp control point. More... | |
Public Member Functions | |
| Ramp (std::vector< Key > keys) | |
| Ramp (const Parameter &rampParameter) | |
| Snapshots a ramp parameter into a sorted ramp ready for sampling. | |
| floatT | sample (floatT position) const |
Samples the ramp at position. | |
| bool | empty () const |
| size_t | size () const |
| const Key & | key (size_t index) const |
A sampled snapshot of a ramp parameter read during cook.
|
inline |
Samples the ramp at position.