
Public Types | |
| typedef std::vector< osg::ref_ptr< Source > > | SourceList |
| typedef std::vector< osg::ref_ptr< CompositeSource > > | ChildList |
| typedef base_source_iterator< DefaultSourceAdvancer > | source_iterator |
| typedef base_source_iterator< LODSourceAdvancer > | source_lod_iterator |
Public Member Functions | |
| CompositeSource (CompositeType type=GROUP) | |
| void | setType (CompositeType type) |
| CompositeType | getType () const |
| void | setSortValueFromSourceDataResolution () |
| void | sort () |
Public Attributes | |
| CompositeType | _type |
| SourceList | _sourceList |
| ChildList | _children |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|