kstars
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 31 of file shfovexporter.h.
Constructor & Destructor Documentation
ShFovExporter::ShFovExporter | ( | PrintingWizard * | wizard, |
SkyMap * | map | ||
) |
Constructor.
Definition at line 28 of file shfovexporter.cpp.
Member Function Documentation
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 31 of file shfovexporter.cpp.
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 45 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.