Horizon
|
Struct OBSTACLE_VISITOR. More...
#include <pns_node.h>
Public Member Functions | |
OBSTACLE_VISITOR (const ITEM *aItem) | |
void | SetWorld (const NODE *aNode, const NODE *aOverride=NULL) |
virtual bool | operator() (ITEM *aCandidate)=0 |
Protected Member Functions | |
bool | visit (ITEM *aCandidate) |
Protected Attributes | |
const ITEM * | m_item |
| |
const NODE * | m_node |
| |
const NODE * | m_override |
| |
int | m_extraClearance |
| |
Struct OBSTACLE_VISITOR.