osgEarth 2.1.1
|
Public Member Functions | |
void | add (int option, bool value) |
void | add (int option, int value) |
void | add (int option, double value) |
Definition at line 120 of file EarthManipulator.
void osgEarth::Util::EarthManipulator::ActionOptions::add | ( | int | option, |
bool | value | ||
) | [inline] |
Definition at line 121 of file EarthManipulator.
{ push_back( ActionOption(option,value) ); }
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) ); }