#include <SpecificKeyIterator.h>
Inheritance diagram for VSpecificKeyIterator:
Public Methods | |
virtual void | AddUpdate (int f, T key)=0 |
Adds or Updates a keyframe. | |
virtual * bool | SupportsDirectManipulation () const |
The object can be manipulated directly by the user. | |
Iteration | |
virtual void | SetKey (int pos, T key)=0 |
Sets an existing keyframe but does not add. | |
virtual T | GetKey (int pos)=0 |
Returns the value of a keyframe. |