Design Patterns
structural::adapter::ShapeInterface Class Referenceabstract

#include <shape_interface.h>

Inheritance diagram for structural::adapter::ShapeInterface:
Collaboration diagram for structural::adapter::ShapeInterface:

Public Member Functions

virtual ~ShapeInterface ()
 
virtual void BoundingBox (commons::Point< float > &bottom_left, commons::Point< float > &top_right) const =0
 

Constructor & Destructor Documentation

virtual structural::adapter::ShapeInterface::~ShapeInterface ( )
inlinevirtual

Member Function Documentation

virtual void structural::adapter::ShapeInterface::BoundingBox ( commons::Point< float > &  bottom_left,
commons::Point< float > &  top_right 
) const
pure virtual

The documentation for this class was generated from the following file: