ODLTree Class Reference
#include <odltree.h>
List of all members.
Detailed Description
Definition at line 8 of file odltree.h.
Constructor & Destructor Documentation
ODLTree::ODLTree |
( |
|
) |
[inline] |
ODLTree::ODLTree |
( |
std::string |
name, |
|
|
ODLTYPE |
type | |
|
) |
| | [inline] |
Member Function Documentation
std::string ODLTree::getName |
( |
|
) |
const [inline] |
void ODLTree::setName |
( |
const std::string & |
name |
) |
[inline] |
ODLTYPE ODLTree::getType |
( |
|
) |
const [inline] |
void ODLTree::setType |
( |
const ODLTYPE & |
type |
) |
[inline] |
std::vector<ODLTree> ODLTree::getChildSet |
( |
|
) |
const [inline] |
void ODLTree::addChild |
( |
const ODLTree & |
chld |
) |
[inline] |
ODLTree* ODLTree::getChild |
( |
int |
iChld |
) |
const [inline] |
ODLTree* ODLTree::getLastChild |
( |
|
) |
[inline] |
int ODLTree::getNumChild |
( |
|
) |
const [inline] |
void ODLTree::addElem |
( |
const ODLElement & |
elm |
) |
[inline] |
ODLElement* ODLTree::getElem |
( |
int |
iElem |
) |
const [inline] |
Definition at line 72 of file odltree.h.
References mElem.
Referenced by HdfEosFrmt::getAquiDateTime(), HdfEosFrmt::getBandMetaData(), HdfEosFrmt::getCloudPct(), HdfEosFrmt::getImageAzim(), HdfEosFrmt::getInstAz(), HdfEosFrmt::getInstID(), HdfEosFrmt::getInstZenith(), HdfEosFrmt::getOrigID(), HdfEosFrmt::getProjection(), HdfEosFrmt::getSunAzim(), and HdfEosFrmt::getSunElev().
int ODLTree::getNumElem |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: