15 #ifndef __IPSDKGEOMETRY_GEOMETRYTRANSFORM2DHDRMACROS_H__ 16 #define __IPSDKGEOMETRY_GEOMETRYTRANSFORM2DHDRMACROS_H__ 19 #include <boost/preprocessor/seq/for_each.hpp> 26 #define IPSDK_DECLARE_GEOMETRY_TRANSFORM_2D(libraryName, className) \ 27 IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className) \ 28 IPSDK_ENUMERATE_FRIEND_GEOMETRY_ENTITY_2D_TYPES() \ 30 bool applyInSitu(BaseGeometryEntity2d& entity) const; \ 31 GeometryEntity2dPtr apply(const BaseGeometryEntity2d& entity) const; \ 33 bool processInSitu(BaseGeometryEntity2d&) const \ 37 GeometryEntity2dPtr process(const BaseGeometryEntity2d&) const \ 39 return GeometryEntity2dPtr(); \ 45 #endif // __IPSDKGEOMETRY_GEOMETRYTRANSFORM2DHDRMACROS_H__ Predefined macros for geometry entity 2d management.