|
Isis 3 Programmer Reference
|
14 #include <QStringList>
void setType(const Type &type)
Sets the Kernel type.
~Kernel()
Destructs Kernel object.
int size()
Accessor method to determine the number of kernel files.
QStringList m_kernels
List of kernel file names.
Kernel()
Constructs a Kernel object with "Unknown" Type.
@ Smithed
Smithed Kernels are generally reconstructed kernels that have been corrected.
QString & operator[](const int index)
Returns the value (file name) in the kernel data list at the given index value.
bool operator<(const Kernel &other) const
Compares which Kernel object has a higher quality Type, i.e.
void setKernels(QStringList data)
Sets the kernel data file names to the given list.
void push_back(const QString &str)
Adds the string (file name) to the kernel data file list.
Type type()
Returns the stored Kernel::Type.
@ Reconstructed
Reconstructed Kernels are supplemented with information on the actual position of targets and/or spac...
Kernel::Type operator|(Kernel::Type a, Kernel::Type b)
Logical operator for combining Type flags.
Type
Enumeration for type of kernel.
@ Predicted
Predicted Kernels are based on predicted location of the spacecraft.
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.
Type m_kernelType
Enumeration value indicating the kernel type.
QStringList kernels()
Returns the list of kernel data file names.
This is free and unencumbered software released into the public domain.
@ Nadir
Nadir Kernels mimic spacecraft pointing.