Inheritance diagram for PIAVE::StorySeqNode:
Public Methods | |
StorySeqNode () | |
class StorySeqNode | |
virtual Frame | getFrame (Time t) |
update framebuffer and return it | |
virtual PropertyNode * | getProperties (PropertyNode *p=0) const |
virtual int | fixMe (int fix_lvl=0) |
check subtree for internal inconsistencies and fix according to fix_lvl |
The contained nodes may not overlap. Gaps between to contained nodes are filled with _emptyFrame
|
check subtree for internal inconsistencies and fix according to fix_lvl
Reimplemented from PIAVE::StoryElement. |
|
update framebuffer and return it
Implements PIAVE::MediaElement. |