6 #ifndef STRUCTURAL_ADAPTER_SHAPE_INTERFACE_H_
7 #define STRUCTURAL_ADAPTER_SHAPE_INTERFACE_H_
9 #include "../commons/point.h"
Definition: shape_interface.h:11
virtual ~ShapeInterface()
Definition: shape_interface.h:18
Definition: shape_interface.h:15
virtual void BoundingBox(commons::Point< float > &bottom_left, commons::Point< float > &top_right) const =0