Lumiera  0.pre.03
»edit your freedom«
QuantiserBasics_test Class Reference

Description

Test:
cover the basic Quantiser API.

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)

See also
TimeQuantisation_test

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)
 
+ Inheritance diagram for QuantiserBasics_test:
+ Collaboration diagram for QuantiserBasics_test:

The documentation for this class was generated from the following file: