dp_rect_pack
1.1.3
Rectangle packing library for C++
|
Result returned by RectPacker::insert(). More...
#include <dp_rect_pack.h>
Public Attributes | |
InsertStatus::Type | status |
Status of the insertion. More... | |
Position | pos |
Position of the inserted rectangle within the page. More... | |
std::size_t | pageIndex |
Index of the page in which the rectangle was inserted. More... | |
Result returned by RectPacker::insert().
std::size_t dp::rect_pack::RectPacker< GeomT >::InsertResult::pageIndex |
Index of the page in which the rectangle was inserted.
Position dp::rect_pack::RectPacker< GeomT >::InsertResult::pos |
Position of the inserted rectangle within the page.
InsertStatus::Type dp::rect_pack::RectPacker< GeomT >::InsertResult::status |
Status of the insertion.