Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
Avoid::AStarPath Class Reference

#include <makepath.h>

Public Member Functions

 AStarPath ()
 
 ~AStarPath ()
 
void search (ConnRef *lineRef, VertInf *src, VertInf *tar, VertInf *start)
 

Private Attributes

AStarPathPrivate * m_private
 

Detailed Description

Definition at line 37 of file makepath.h.

Constructor & Destructor Documentation

◆ AStarPath()

Avoid::AStarPath::AStarPath ( void  )

Definition at line 912 of file makepath.cpp.

◆ ~AStarPath()

Avoid::AStarPath::~AStarPath ( void  )

Definition at line 917 of file makepath.cpp.

References m_private.

Member Function Documentation

◆ search()

void Avoid::AStarPath::search ( ConnRef lineRef,
VertInf src,
VertInf tar,
VertInf start 
)

Definition at line 922 of file makepath.cpp.

References m_private, and start.

Referenced by Avoid::ConnRef::generateCheckpointsPath(), and Avoid::ConnRef::generateStandardPath().

Member Data Documentation

◆ m_private

AStarPathPrivate* Avoid::AStarPath::m_private
private

Definition at line 45 of file makepath.h.

Referenced by search(), and ~AStarPath().


The documentation for this class was generated from the following files: