osgEarth 2.1.1
Public Member Functions

osgEarth::Util::EarthManipulator::ActionOptions Struct Reference

List of all members.

Public Member Functions

void add (int option, bool value)
void add (int option, int value)
void add (int option, double value)

Detailed Description

Definition at line 120 of file EarthManipulator.


Member Function Documentation

void osgEarth::Util::EarthManipulator::ActionOptions::add ( int  option,
bool  value 
) [inline]

Definition at line 121 of file EarthManipulator.

{ push_back( ActionOption(option,value) ); }

Here is the caller graph for this function:

void osgEarth::Util::EarthManipulator::ActionOptions::add ( int  option,
double  value 
) [inline]

Definition at line 123 of file EarthManipulator.

{ push_back( ActionOption(option,value) ); }
void osgEarth::Util::EarthManipulator::ActionOptions::add ( int  option,
int  value 
) [inline]

Definition at line 122 of file EarthManipulator.

{ push_back( ActionOption(option,value) ); }

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