35 const double width, height;
44 unique_ptr<Section>
get_copy()
override;
46 void print()
override;
A Rectangle1D class.
Definition: Rectangle1D.h:34
unique_ptr< Section > get_copy() override
Definition: Rectangle1D.cpp:26
void print() override
Definition: Rectangle1D.cpp:28
A Section1D class.
Definition: Section1D.h:36