Public Member Functions | |
ComparisonFunctor (const std::vector< vcg::Point2i > &nv) | |
bool | operator() (int a, int b) |
Public Attributes | |
const std::vector< vcg::Point2i > & | v |
Definition at line 246 of file rect_packer.h.
vcg::RectPacker< SCALAR_TYPE >::ComparisonFunctor::ComparisonFunctor | ( | const std::vector< vcg::Point2i > & | nv | ) | [inline] |
Definition at line 250 of file rect_packer.h.
bool vcg::RectPacker< SCALAR_TYPE >::ComparisonFunctor::operator() | ( | int | a, |
int | b | ||
) | [inline] |
Definition at line 252 of file rect_packer.h.
const std::vector<vcg::Point2i>& vcg::RectPacker< SCALAR_TYPE >::ComparisonFunctor::v |
Definition at line 249 of file rect_packer.h.