|
Public Types |
| typedef std::vector< std::string > | KernelFiles |
| | None |
| | Lsk |
| | Pck |
| | Ik |
| | Fk |
| | Sclk |
| | Ck |
| | Spk |
| | Iak |
| | Dem |
| | Extras |
| enum | KernelType {
None,
Lsk,
Pck,
Ik,
Fk,
Sclk,
Ck,
Spk,
Iak,
Dem,
Extras
} |
Public Member Functions |
| | KernelSet () |
| | KernelSet (const PvlKeyword &key, KernelType &ktype, const KernelType &depends=None) |
| | ~KernelSet () |
| bool | isValid () const |
| | Determines if the kernel keyword is valid.
|
| int | size () const |
| | Get number of kernels files in list excluding special Tabel/Nadir.
|
| KernelType | type () const |
| bool | inTable () const |
| KernelType | dependant () const |
| void | setDependancy (const KernelType &depends) |
| KernelFiles | getNames () const |
| void | Missing (const std::string &mess="Kernel names not found") |
| bool | isMissing () const |
| const std::string | getMissing () const |