Lumiera
0.pre.03
»edit your freedom«
|
This test uses a standalone quantiser implementation to demonstrate and verify the basic behaviour and the usage corner cases of a quantiser.
In this most simple form, a quantiser is defined by the time reference point (origin) to use, and the frame rate (grid spacing). For each raw time value, the quantiser yields a time value aligned at the next lower frame bound. Besides that, time values are confined to be within the interval (Time::MIN, Time::Max)
Definition at line 77 of file quantiser-basics-test.cpp.
Classes | |
struct | TestQuant |
Test Quantiser allowing to use plain numbers. More... | |
Private Member Functions | |
void | checkSimpleQuantisation () |
void | coverQuantisationCornerCases () |
void | coverQuantisationStandardCases () |
virtual void | run (Arg) |