#include <rasterized_outline2_packer.h>
Public Member Functions | |
ComparisonFunctor (std::vector< RasterizedOutline2 > &nv) | |
bool | operator() (int a, int b) |
Public Attributes | |
std::vector< RasterizedOutline2 > & | v |
Definition at line 178 of file rasterized_outline2_packer.h.
vcg::ComparisonFunctor< ScalarType >::ComparisonFunctor | ( | std::vector< RasterizedOutline2 > & | nv | ) | [inline] |
Definition at line 183 of file rasterized_outline2_packer.h.
bool vcg::ComparisonFunctor< ScalarType >::operator() | ( | int | a, |
int | b | ||
) | [inline] |
Definition at line 185 of file rasterized_outline2_packer.h.
std::vector<RasterizedOutline2>& vcg::ComparisonFunctor< ScalarType >::v |
Definition at line 182 of file rasterized_outline2_packer.h.