Checks if a grid position is already visited by NextOnRay(). More...
#include <PointsGrid.h>
Public Member Functions | |
GridElement (unsigned long x, unsigned long y, unsigned long z) | |
bool | operator< (const GridElement &pos) const |
Checks if a grid position is already visited by NextOnRay().
Definition at line 227 of file PointsGrid.h.
Points::PointsGridIterator::GridElement::GridElement | ( | unsigned long | x, | |
unsigned long | y, | |||
unsigned long | z | |||
) | [inline] |
Definition at line 229 of file PointsGrid.h.
bool Points::PointsGridIterator::GridElement::operator< | ( | const GridElement & | pos | ) | const [inline] |
Definition at line 231 of file PointsGrid.h.
References MovieTool::x, and MovieTool::y.