DtStreamedFeaturePageVisitorTemplate()
CTOR.
virtual void apply(osg::Node &node)
overrides the osg::NodeVisitor apply and gathers FeatureNodeType objects
DtStreamedFeaturePageVisitor is a osg::NodeVisitor to traverse an incoming 'tile' looking for CustomF...
Definition: DtStreamedFeaturePageVisitor.h:25
virtual const FoundFeatureNodeList & foundFeatureNodes()
The found feature node list upon visiting.
std::list< FeatureNodeType * > FoundFeatureNodeList
list of feature nodes
Definition: DtStreamedFeaturePageVisitor.h:42
DtStreamedFeaturePageVisitorTemplate & operator=(const DtStreamedFeaturePageVisitorTemplate &other)
Assignment Operator Not implemented – Assignment Not Allowed.
virtual ~DtStreamedFeaturePageVisitorTemplate()
DTOR.
FoundFeatureNodeList myFoundFeatureNodeList
Definition: DtStreamedFeaturePageVisitor.h:57