#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | vcg |
* | |
Functions | |
template<class PointType > | |
bool | vcg::Pick (const int &x, const int &y, PointType &pp) |
template<class TO_PICK_CONT_TYPE > | |
int | vcg::Pick (const int &x, const int &y, TO_PICK_CONT_TYPE &m, std::vector< typename TO_PICK_CONT_TYPE::value_type * > &result, void(draw_func)(typename TO_PICK_CONT_TYPE::value_type &), int width=4, int height=4) |