27 #include <boost/intrusive_ptr.hpp>
29 #include <boost/shared_ptr.hpp>
64 return _def ? _def->bounds() : _shape->getBounds();
67 virtual bool pointInShape(boost::int32_t
x, boost::int32_t
y)
const;
71 const boost::intrusive_ptr<const SWF::DefineShapeTag> _def;
73 boost::shared_ptr<DynamicShape> _shape;