Struct Block::Interval

Nested Relationships

This struct is a nested type of Class Block.

Struct Documentation

struct Interval

Public Functions

inline explicit Interval(double left, double right)
inline explicit Interval(const Profile &profile_left, const Profile &profile_right)

Public Members

double left
double right
Profile profile