ShFovExporter
ShFovExporter Class Reference
#include <shfovexporter.h>
Public Member Functions | |
ShFovExporter (PrintingWizard *wizard, SkyMap *map) | |
bool | calculatePath (const SkyPoint &src, const SkyPoint &dest, double fov, double maglim) |
bool | exportPath () |
Detailed Description
Helper class used as a wrapper for StarHopper when capturing FOV snapshots.
Definition at line 21 of file shfovexporter.h.
Constructor & Destructor Documentation
◆ ShFovExporter()
ShFovExporter::ShFovExporter | ( | PrintingWizard * | wizard, |
SkyMap * | map ) |
Constructor.
Definition at line 17 of file shfovexporter.cpp.
Member Function Documentation
◆ calculatePath()
bool ShFovExporter::calculatePath | ( | const SkyPoint & | src, |
const SkyPoint & | dest, | ||
double | fov, | ||
double | maglim ) |
Calculate path between source and destination SkyPoints.
- Parameters
-
src SkyPoint at which StarHopper will begin. dest SkyPoint at which StarHopper will end. fov Star hopping field of view angle (in deg). maglim Magnitude limit.
- Returns
- True if path has been found.
Definition at line 21 of file shfovexporter.cpp.
◆ exportPath()
bool ShFovExporter::exportPath | ( | ) |
Export FOV snapshots across calculated path.
- Returns
- False if path is empty.
- Note
- You should call ShFovExporter::calculatePath() before calling this method.
Definition at line 39 of file shfovexporter.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.