Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/mobject/builder/segmentation-tool.hpp"
Tool implementation for deriving a partitioning of the current timeline, such that each Segment has a constant configuration.
"Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections.
Definition at line 52 of file segmentation-tool.hpp.
Public Member Functions | |
SegmentationTool (fixture::Fixture &) | |
bool | empty () const |
void | onUnknown (Buildable &target) |
void | treat (mobject::session::Clip &clip) |
void | treat (mobject::session::Effect &effect) |
void | treat (mobject::Buildable &something) |
Private Types | |
using | Segment = fixture::Segment |