![]() |
Verovio
Source code documentation
|
Public Member Functions | |
bool | IsEmpty () const |
Check if the segmented line is empty. | |
bool | IsUnsegmented () const |
Check if the line is one single segment. | |
int | GetSegmentCount () const |
The number of segments. | |
std::pair< int, int > | GetStartEnd (int idx) const |
Get the start and end of a segment. | |
void | AddGap (int start, int end) |
Add a gap in the line. | |
Constructors, destructors, reset methods | |
Reset method reset all attribute classes | |
SegmentedLine (int start, int end) | |
virtual | ~SegmentedLine () |