, including all inherited members.
| addSolutionPoint(const DtPoint &point) | DtPathPlanner | [virtual] |
| calculateCost(const DtPoint &startPoint, const DtPoint &endPoint, bool checkVectorNetwork=true) | DtPathPlanner | [virtual] |
| checkInterrupt() | DtPathPlanner | [virtual] |
| checkNoGoVectorIntersection(const DtPoint &start, const DtPoint &end) | DtPathPlanner | [virtual] |
| clearPath() | DtPathPlanner | [protected] |
| clearStats() | DtPathPlanner | [virtual] |
| clearVisitedSegmentList() | DtPathPlanner | [protected] |
| correctPathForTurningRadius(double turningRadius) | DtPathPlanner | [protected, virtual] |
| crossCountryPenalty() | DtPathPlanner | [virtual] |
| DtPathPlanner(const DtPathPlanner &orig) | DtPathPlanner | [private] |
| DtPathPlanner() | DtPathPlanner | |
| estimateCostToGoal(const DtPoint &point) | DtPathPlanner | [virtual] |
| findAdjacentGridPoint(const DtPoint &point, int xOffset, int yOffset) | DtPathPlanner | [virtual] |
| findNearbyGridPoint(const DtPoint &point, int corner) | DtPathPlanner | [virtual] |
| findNumberOfNodesOnSegment(const DtNetworkSegment *segment) | DtPathPlanner | [virtual] |
| findPointForSegmentPosition(const DtNetworkSegment *segment, int segPos) | DtPathPlanner | [virtual] |
| findSegmentPositionAndPoint(const DtNetworkSegment *segment, DtPoint &point) | DtPathPlanner | [virtual] |
| goalPoint() | DtPathPlanner | [virtual] |
| gridPointToTerrain(const DtPoint &gridPoint) | DtPathPlanner | [protected, virtual] |
| impassableSegmentMetrics() const | DtPathPlanner | [virtual] |
| initGridExtent(const DtVector &startPoint, const DtVector &endPoint, double extraX, double extraY) | DtPathPlanner | [protected, virtual] |
| initImpassableSegmentMetrics(const DtRwVectorObstructionTypeList &segmentTypes) | DtPathPlanner | [virtual] |
| initNodeTable() | DtPathPlanner | [protected, virtual] |
| initPreferredSegmentMetrics(const DtRwVectorObstructionTypeList &segmentTypes) | DtPathPlanner | [virtual] |
| initTransforms(const DtVector &startPoint, const DtVector &endPoint) | DtPathPlanner | [protected, virtual] |
| interrupt() | DtPathPlanner | [virtual] |
| isGoal(const DtPoint &point) | DtPathPlanner | [virtual] |
| makePath(const DtVector &start, const DtVector &goal) | DtPathPlanner | [virtual] |
| markNodeVisited(const DtPoint &point) | DtPathPlanner | [virtual] |
| markNodeVisited(const DtNetworkSegment *segment, int position) | DtPathPlanner | [virtual] |
| myCrossCountryPenalty | DtPathPlanner | [protected] |
| myGoalPoint | DtPathPlanner | [protected] |
| myGridToTopoTransform | DtPathPlanner | [protected] |
| myImpassableSegmentMetrics | DtPathPlanner | [protected] |
| myInterruptFlag | DtPathPlanner | [protected] |
| myLocalToTopoTransform | DtPathPlanner | [protected] |
| myMaxConcurrentNodes | DtPathPlanner | [protected] |
| myNodeSpacing | DtPathPlanner | [protected] |
| myNodeTable | DtPathPlanner | [protected] |
| myNodeTableXSize | DtPathPlanner | [protected] |
| myNodeTableYSize | DtPathPlanner | [protected] |
| myNumberOfCostsCalculated | DtPathPlanner | [protected] |
| myPath | DtPathPlanner | [protected] |
| myPathMetric | DtPathPlanner | [protected] |
| myPhysicalWorld | DtPathPlanner | [protected] |
| myPreferredSegmentMetrics | DtPathPlanner | [protected] |
| mySearchableExtent | DtPathPlanner | [protected] |
| mySearchAreaExtraLength | DtPathPlanner | [protected] |
| mySearchAreaWidth | DtPathPlanner | [protected] |
| mySegmentNodeSpacing | DtPathPlanner | [protected] |
| myTopoToGridTransform | DtPathPlanner | [protected] |
| myTopoToLocalTransform | DtPathPlanner | [protected] |
| myTotalNodesCreated | DtPathPlanner | [protected] |
| myTotalNodesExpanded | DtPathPlanner | [protected] |
| myTotalNodesInMemory | DtPathPlanner | [protected] |
| myTotalNodesPruned | DtPathPlanner | [protected] |
| myVisitedSegmentList | DtPathPlanner | [protected] |
| nearGoal(const DtPoint &point) | DtPathPlanner | [virtual] |
| nodeCreated() | DtPathPlanner | [virtual] |
| nodeDeleted() | DtPathPlanner | [virtual] |
| nodeExpanded() | DtPathPlanner | [virtual] |
| nodeSearchable(const DtPoint &point) | DtPathPlanner | [virtual] |
| nodeSpacing() | DtPathPlanner | [virtual] |
| nodeVisited(const DtPoint &point) | DtPathPlanner | [virtual] |
| nodeVisited(const DtNetworkSegment *segment, int position) | DtPathPlanner | [virtual] |
| operator=(const DtPathPlanner &orig) | DtPathPlanner | [private] |
| optimizePath() | DtPathPlanner | [protected, virtual] |
| path() | DtPathPlanner | [virtual] |
| pathMetric() const | DtPathPlanner | [virtual] |
| preferredSegmentMetrics() const | DtPathPlanner | [virtual] |
| printStats() | DtPathPlanner | [virtual] |
| printVisitedSegments() | DtPathPlanner | [protected, virtual] |
| round(double val) | DtPathPlanner | [static] |
| setCrossCountryPenalty(double penalty) | DtPathPlanner | [virtual] |
| setNodeSpacing(double space) | DtPathPlanner | [virtual] |
| setPathMetric(DtPathMetric *metric) | DtPathPlanner | [virtual] |
| setPathToTerrainHeight() | DtPathPlanner | [protected, virtual] |
| setPhysicalWorld(const DtPhysicalWorld *physWorld) | DtPathPlanner | [virtual] |
| setSearchAreaExtraLength(double length) | DtPathPlanner | [virtual] |
| setSearchAreaWidth(double width) | DtPathPlanner | [virtual] |
| setSegmentNodeSpacing(double space) | DtPathPlanner | [virtual] |
| setToZeroAltitudeTopo(const DtVector &localPos) | DtPathPlanner | [protected, virtual] |
| terrainPointToGrid(const DtPoint &terrainPoint) | DtPathPlanner | [protected, virtual] |
| vectorNetwork() | DtPathPlanner | [virtual] |
| ~DtPathPlanner() | DtPathPlanner | [virtual] |