![]() |
VR-Forces 4.10 Class Documentation
|
Compiles a collection of features against a style. More...
Public Member Functions | |
| CustomModelCompiler () | |
| Constructs a new geometry compiler with default options. More... | |
| CustomModelCompiler (const CustomModelCompilerOptions &options) | |
| Constructs a new compiler with preconfigured options. More... | |
| virtual | ~CustomModelCompiler () |
| const CustomModelCompilerOptions & | options () const |
| Access the options read-only. More... | |
| CustomModelCompilerOptions & | options () |
| Access the options for editing. More... | |
| osg::Node * | compile (FeatureCursor *input, const Style &style, const FilterContext &context) |
| Compiles a collection of features into an OSG scene graph. More... | |
| osg::Node * | compile (Feature *input, const Style &style, const FilterContext &context) |
| osg::Node * | compile (FeatureList &mungeableInput, const Style &style, const FilterContext &context) |
Protected Member Functions | |
| virtual SubstituteCustomModelFilter * | createModelFilter (const Style &style) const |
| Allows VRF to substitute model filter. More... | |
Protected Attributes | |
| CustomModelCompilerOptions | _options |
Compiles a collection of features against a style.
| osgEarth::CustomModelCompiler::CustomModelCompiler | ( | ) |
Constructs a new geometry compiler with default options.
| osgEarth::CustomModelCompiler::CustomModelCompiler | ( | const CustomModelCompilerOptions & | options | ) |
Constructs a new compiler with preconfigured options.
|
inlinevirtual |
|
inline |
Access the options read-only.
|
inline |
Access the options for editing.
| osg::Node* osgEarth::CustomModelCompiler::compile | ( | FeatureCursor * | input, |
| const Style & | style, | ||
| const FilterContext & | context | ||
| ) |
Compiles a collection of features into an OSG scene graph.
| osg::Node* osgEarth::CustomModelCompiler::compile | ( | Feature * | input, |
| const Style & | style, | ||
| const FilterContext & | context | ||
| ) |
| osg::Node* osgEarth::CustomModelCompiler::compile | ( | FeatureList & | mungeableInput, |
| const Style & | style, | ||
| const FilterContext & | context | ||
| ) |
|
protectedvirtual |
Allows VRF to substitute model filter.
|
protected |