27 #include <QStringList>
Predicted Kernels are based on predicted location of the spacecraft.
QStringList kernels()
Returns the list of kernel data file names.
Kernel()
Constructs a Kernel object with "Unknown" Type.
Reconstructed Kernels are supplemented with information on the actual position of targets and/or spac...
QStringList m_kernels
List of kernel file names.
~Kernel()
Destructs Kernel object.
Smithed Kernels are generally reconstructed kernels that have been corrected.
int size()
Accessor method to determine the number of kernel files.
void setKernels(QStringList data)
Sets the kernel data file names to the given list.
This class stores Kernel information, including Type and kernel file names.
static Type typeEnum(const QString &type)
Converts the given string to a character as follows.
QString & operator[](const int index)
Returns the value (file name) in the kernel data list at the given index value.
Type type()
Returns the stored Kernel::Type.
Type
Enumeration for type of kernel.
void push_back(const QString &str)
Adds the string (file name) to the kernel data file list.
Nadir Kernels mimic spacecraft pointing.
Namespace for ISIS/Bullet specific routines.
Type m_kernelType
Enumeration value indicating the kernel type.
void setType(const Type &type)
Sets the Kernel type.
bool operator<(const Kernel &other) const
Compares which Kernel object has a higher quality Type, i.e.