13 #include <osgEarthSplat/GroundCoverLayer>
14 #include <osgEarthSplat/RoadSurfaceLayer>
15 #include <osgEarthSplat/SplatLayer>
21 class OGRFeatureOptions;
22 class TFSFeatureOptions;
23 class WFSFeatureOptions;
24 class MVTFeatureOptions;
28 class FeatureSourceOptions;
50 virtual void setupGui();
53 virtual void setGroundCoverLayerOptions(
const osgEarth::Splat::GroundCoverLayer::Options& options);
56 virtual void getGroundCoverLayerOptions(osgEarth::Splat::GroundCoverLayer::Options& options)
const;
80 virtual void setupGui();
83 virtual void connectSignals();
93 virtual void setWind(
float wind);
97 float getWind()
const;
102 virtual void setDensity(
float density);
107 virtual float getDensity()
const;
111 virtual void setFill(
float fill);
115 virtual float getFill()
const;
119 virtual void setMaxDistance(
float maxDistance);
123 virtual float getMaxDistance()
const;
158 virtual void on_windDoubleSpinBox_valueChanged(
double);
161 virtual void on_densityDoubleSpinBox_valueChanged(
double);
164 virtual void on_fillDoubleSpinBox_valueChanged(
double);
167 virtual void on_maxDistanceDoubleSpinBox_valueChanged(
double);
183 virtual void setupGui();
186 virtual void setRoadSurfaceLayerOptions(
const osgEarth::Splat::RoadSurfaceLayer::Options& options);
189 virtual void getRoadSurfaceLayerOptions(osgEarth::Splat::RoadSurfaceLayer::Options& options)
const;
221 virtual void setupGui();
224 virtual void setSplatLayerOptions(
const osgEarth::Splat::SplatLayer::Options& options);
227 virtual void getSplatLayerOptions(osgEarth::Splat::SplatLayer::Options& options)
const;
Contains DLL export macros.
Definition: featureContext.h:37
DtOsgEarthPropertyItemKey Key of the osgEarth property item, represented by the type and index...
Definition: DtOsgEarthPropertyItemKey.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRVTERRAINEDITOR
Definition: vrvTerrainEditor.h:25