Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Shapes/Shape_impl.hpp

    r997784 re09b70  
    1313class Shape_impl {
    1414public:
     15  Shape_impl(){};
     16  virtual ~Shape_impl(){};
    1517  virtual bool isInside(const Vector &point)=0;
    1618};
     
    5860};
    5961
     62Shape::impl_ptr getShapeImpl(const Shape&);
     63
    6064#endif /* SHAPE_IMPL_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.