Design Patterns
|
#include <shape_interface.h>
Public Member Functions | |
virtual | ~ShapeInterface () |
virtual void | BoundingBox (commons::Point< float > &bottom_left, commons::Point< float > &top_right) const =0 |
|
inlinevirtual |
|
pure virtual |
Implemented in structural::adapter::TextShapeClassAdapter, and structural::adapter::TextShapeObjectAdapter.