Lumiera  0.pre.03
»edit your freedom«
SegL Struct Reference

Description

Test-Segmentation comprised of a sequence of Seg entries.

It can be checked for validity according to the following conditions

  • the segmentation spans the complete range -100 ... +100
  • segments follow each other seamlessly
  • the bounds within each segment are ordered ascending
  • segments are not empty (i.e. start differs from end) The assessment of this validity conditions is appended on the string conversion.

Definition at line 151 of file split-splice-test.cpp.

Public Member Functions

 SegL (std::initializer_list< int > breaks)
 
string assess () const
 
bool isValid () const
 
 operator string () const
 
string renderContent () const
 
+ Inheritance diagram for SegL:
+ Collaboration diagram for SegL:

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