class ngraph::IntervalsAlignmentSharedValue::Interval

#include <intervals_alignment_attribute.hpp>

class Interval
{
public:
    // fields

    float low = 0.f;
    float high = 0.f;

    // construction

    Interval();
    Interval(const float low, const float high);
};