#include <tool.hh>
Public Member Functions | |
| range (const char[]="", const range_type=NONE) | |
constructor for the range class | |
Friends | |
| dyn * | get_next_dyn (const range &) |
given a range object, returns the next frame | |
range class contains all the necessary information such that get_next_dyn() will return the next frame as specified by its range argument. This class currently implements two kinds of ranges, based on frame number and time. Only one type of selection criterion, however, can be active at one time. See the description of the constructor below for further details.
|
||||||||||||
|
A
|
1.4.3