StarHopper

Search for usage in LXR

#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

Helps planning star hopping.

Version
1.0
Author
Akarsh Simha

Definition at line 24 of file starhopper.h.

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
srcSkyPoint to source of the Star Hop
destSkyPoint 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()

QList< const StarObject * > StarHopper::computePath_const ( const SkyPoint & src,
const SkyPoint & dest,
float fov_,
float maglim_,
QStringList * metadata = nullptr )
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 Fri Jul 26 2024 11:59:54 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.