Item, consisting of name and sequence/set of values. More...
#include <mi32/nasaodl.h>
Public Member Functions | |
| ITEM (const char *name) | |
| ~ITEM () | |
| const char * | GetName () const |
| int | GetNumValues () const |
| const char * | GetString (int index=0) const |
| double | GetValue (int index=0) const |
Item, consisting of name and sequence/set of values.
| NASA_ODL::ITEM::ITEM | ( | const char * | name | ) | [explicit] |
Construct item with no assigned values.
| NASA_ODL::ITEM::~ITEM | ( | ) |
Destructor.
| const char* NASA_ODL::ITEM::GetName | ( | ) | const [inline] |
Get item name.
| int NASA_ODL::ITEM::GetNumValues | ( | ) | const [inline] |
Get number of values for item.
| const char* NASA_ODL::ITEM::GetString | ( | int | index = 0 |
) | const |
Get item string.
| index | Value index starting at 0 |
| double NASA_ODL::ITEM::GetValue | ( | int | index = 0 |
) | const |
Get item value as number (double).
| index | Value index starting at 0 |
1.6.1