osgEarth 2.1.1
|
Public Member Functions | |
FeatureListCursor (const FeatureList &input, bool cloneFeatures=false) | |
virtual bool | hasMore () const |
virtual Feature * | nextFeature () |
Protected Attributes | |
FeatureList | _features |
FeatureList::iterator | _iter |
bool | _clone |
A simple cursor implementation that returns features from an in-memory feature list.
Definition at line 50 of file FeatureCursor.
FeatureListCursor::FeatureListCursor | ( | const FeatureList & | input, |
bool | cloneFeatures = false |
||
) |
bool FeatureListCursor::hasMore | ( | ) | const [virtual] |
Implements osgEarth::Features::FeatureCursor.
Definition at line 46 of file FeatureCursor.cpp.
Feature * FeatureListCursor::nextFeature | ( | ) | [virtual] |
Implements osgEarth::Features::FeatureCursor.
Definition at line 52 of file FeatureCursor.cpp.
bool osgEarth::Features::FeatureListCursor::_clone [protected] |
Definition at line 60 of file FeatureCursor.
Definition at line 58 of file FeatureCursor.
FeatureList::iterator osgEarth::Features::FeatureListCursor::_iter [protected] |
Definition at line 59 of file FeatureCursor.