Go to the source code of this file.
Classes | |
class | CSampleItem |
Brush sample data item class, records position, distance along the path and pressure at the point when it is recorded. More... | |
class | CSampleData |
Base class to hold an array of CSampleItems. More... | |
class | CDistanceSampler |
Derived class which has a method to sample data over distances. Basically what you want to do is initialise the object, set the sample distances, then pass in data to the CollectData method and this object will sample at the appropriate rate. More... | |
Typedefs | |
typedef std::vector< CSampleItem > | SampleArray |
|
Definition at line 149 of file samplist.h. |