StarHopper
StarHopper Class Reference
#include <starhopper.h>
Public Member Functions | |
QList< StarObject * > * | computePath (const SkyPoint &src, const SkyPoint &dest, float fov__, float maglim__, QStringList *metadata_=nullptr) |
Protected Member Functions | |
QList< const StarObject * > | computePath_const (const SkyPoint &src, const SkyPoint &dest, float fov_, float maglim_, QStringList *metadata=nullptr) |
Detailed Description
Member Function Documentation
◆ computePath()
QList< StarObject * > * StarHopper::computePath | ( | const SkyPoint & | src, |
const SkyPoint & | dest, | ||
float | fov__, | ||
float | maglim__, | ||
QStringList * | metadata_ = nullptr ) |
Computes path for Star Hop.
- Parameters
-
src SkyPoint to source of the Star Hop dest SkyPoint to destination of the Star Hop fov__ Field of view within which stars are considered maglim__ Magnitude limit of stars to consider metadata_ Directions for starhopping
- Returns
- QList of StarObject pointers which are the resultant path to Star Hop
- Note
- The StarObjects in the list returned are mutable and not constant
Definition at line 16 of file starhopper.cpp.
◆ computePath_const()
|
protected |
Definition at line 28 of file starhopper.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.