osgEarth 2.1.1
Public Member Functions

SampleGeometryInput Struct Reference

Inheritance diagram for SampleGeometryInput:
Collaboration diagram for SampleGeometryInput:

List of all members.

Public Member Functions

 SampleGeometryInput ()

Detailed Description

Definition at line 102 of file osgearth_symbology.cpp.


Constructor & Destructor Documentation

SampleGeometryInput::SampleGeometryInput ( ) [inline]

Definition at line 104 of file osgearth_symbology.cpp.

    {
        // points
        {
        _geometryList.push_back(createPointsGeometry(osg::Vec3d(-250,0,0)));
        }

        // ring
        {
        _geometryList.push_back(createRingGeometry(osg::Vec3d(0,0,0)));
        }

        // line
        {
        _geometryList.push_back(createLineGeometry(osg::Vec3d(250,0,0)));
        }

        // polygon
        {
        _geometryList.push_back(createPolygonGeometry(osg::Vec3d(500,0,0)));
        }
    }

Here is the call graph for this function:


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines