Changes in src/Shapes/Shape_impl.hpp [997784:e09b70]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Shapes/Shape_impl.hpp
r997784 re09b70 13 13 class Shape_impl { 14 14 public: 15 Shape_impl(){}; 16 virtual ~Shape_impl(){}; 15 17 virtual bool isInside(const Vector &point)=0; 16 18 }; … … 58 60 }; 59 61 62 Shape::impl_ptr getShapeImpl(const Shape&); 63 60 64 #endif /* SHAPE_IMPL_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.