#include <NIVissimNodeDef_Edges.h>
Definition at line 64 of file NIVissimNodeDef_Edges.h.
Public Member Functions | |
| lying_within_match (NIVissimNodeParticipatingEdge *e) | |
| bool | operator() (NIVissimExtendedEdgePoint *e) |
Private Attributes | |
| NIVissimNodeParticipatingEdge * | myEdge |
| NIVissimNodeDef_Edges::lying_within_match::lying_within_match | ( | NIVissimNodeParticipatingEdge * | e | ) | [inline, explicit] |
| bool NIVissimNodeDef_Edges::lying_within_match::operator() | ( | NIVissimExtendedEdgePoint * | e | ) | [inline] |
Definition at line 67 of file NIVissimNodeDef_Edges.h.
References NIVissimExtendedEdgePoint::getEdgeID(), NIVissimNodeParticipatingEdge::getID(), NIVissimExtendedEdgePoint::getPosition(), myEdge, and NIVissimNodeParticipatingEdge::positionLiesWithin().
00067 { 00068 return e->getEdgeID()==myEdge->getID() && 00069 myEdge->positionLiesWithin(e->getPosition()); 00070 }
1.5.6