35 const double width, height;
45 unique_ptr<Section>
get_copy()
override;
47 void print()
override;
A Rectangle1D class.
Definition: Rectangle1D.h:34
unique_ptr< Section > get_copy() override
Definition: Rectangle1D.cpp:26
Rectangle1D(unsigned, double, double, unsigned)
Definition: Rectangle1D.cpp:21
void print() override
Definition: Rectangle1D.cpp:28
A Section1D class.
Definition: Section1D.h:38