aerostack2
C++ API
Aerostack2
Full C++ API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Files
Standard Documents
CHANGELOG
Changelog for package aerostack2
1.1.2 (2024-08-22)
1.1.1 (2024-08-20)
1.1.0 (2024-08-08)
1.0.9 (2024-03-25)
1.0.8 (2024-02-12)
1.0.7 (2024-02-04)
1.0.6 (2023-12-12)
1.0.5 (2023-11-08)
1.0.4 (2023-08-23)
1.0.3 (2023-08-22)
1.0.2 (2023-08-17)
1.0.1 (2023-04-25)
1.0.0 (2023-03-18)
0.2.2 (2022-12-20)
0.2.1 (2022-12-19)
0.2.0 (2022-07-22)
0.1.0 (2022-05-13)
PACKAGE
Index
aerostack2
C++ API
Class Node
View page source
Class Node
Defined in
File a_star_algorithm.hpp
Class Documentation
class
Node
Public Functions
inline
Node
(
const
cv
::
Point2i
&
coords
,
const
NodePtr
&
parent_ptr
,
const
cv
::
Point2i
goal
)
inline
cv
::
Point2i
get_coordinates
(
)
const
inline
NodePtr
get_parent
(
)
const
inline
double
get_g_cost
(
)
const
inline
double
get_h_cost
(
)
const
inline
double
get_f_cost
(
)
const
inline
operator
int
(
)
const
inline
double
computeCosts
(
const
cv
::
Point2i
&
goal
)