NASA_ODL Class Reference
NASA/JPL Object Description Language tree container.
More...
#include <mi32/nasaodl.h>
List of all members.
Detailed Description
NASA/JPL Object Description Language tree container.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
| const ITEM* NASA_ODL::FindItem |
( |
const char * |
path |
) |
const |
Find item given dot-separated path.
- Returns:
- Pointer to ITEM or NULL if item not found.
- Parameters:
-
| path | Path, name after last '.' (if any) is treated as item name |
| const OBJECT* NASA_ODL::FindObject |
( |
const char * |
path |
) |
const |
Find object given dot-separated path.
- Returns:
- Pointer to OBJECT or NULL if object not found.
- Parameters:
-
| path | Path with object names separated by '.' |
| const OBJECT* NASA_ODL::GetRootObject |
( |
|
) |
const [inline] |
Get pointer to root object.
| ERRVALUE NASA_ODL::Parse |
( |
const char * |
string |
) |
|
Parse string into ODL hierarchy.
This will replace the existing hierarchy if any.
- Parameters:
-
| string | Complete ODL string to parse |
The documentation for this class was generated from the following file: