|
Isis Developer Reference
|
void setType(const Type &type)
Sets the Kernel type.
Definition: Kernel.cpp:117
~Kernel()
Destructs Kernel object.
Definition: Kernel.cpp:27
int size()
Accessor method to determine the number of kernel files.
Definition: Kernel.cpp:125
Kernel()
Constructs a Kernel object with "Unknown" Type.
Definition: Kernel.cpp:19
@ Smithed
Smithed Kernels are generally reconstructed kernels that have been corrected.
Definition: Kernel.h:48
QString & operator[](const int index)
Returns the value (file name) in the kernel data list at the given index value.
Definition: Kernel.cpp:144
bool operator<(const Kernel &other) const
Compares which Kernel object has a higher quality Type, i.e.
Definition: Kernel.cpp:168
void setKernels(QStringList data)
Sets the kernel data file names to the given list.
Definition: Kernel.cpp:109
void push_back(const QString &str)
Adds the string (file name) to the kernel data file list.
Definition: Kernel.cpp:133
Type type()
Returns the stored Kernel::Type.
Definition: Kernel.cpp:101
@ Reconstructed
Reconstructed Kernels are supplemented with information on the actual position of targets and/or spac...
Definition: Kernel.h:45
Kernel::Type operator|(Kernel::Type a, Kernel::Type b)
Logical operator for combining Type flags.
Definition: Kernel.cpp:181
Type
Enumeration for type of kernel.
Definition: Kernel.h:41
Namespace for the standard library.
@ Predicted
Predicted Kernels are based on predicted location of the spacecraft.
Definition: Kernel.h:42
This class stores Kernel information, including Type and kernel file names.
Definition: Kernel.h:36
static Type typeEnum(const QString &type)
Converts the given string to a character as follows.
Definition: Kernel.cpp:57
QStringList kernels()
Returns the list of kernel data file names.
Definition: Kernel.cpp:93
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ Nadir
Nadir Kernels mimic spacecraft pointing.
Definition: Kernel.h:44