OpenSceneGraph
3.5.1
|
Public Types | |
enum | Type { UNKNOWN, INTEGER, DOUBLE, STRING } |
ShapeAttribute data type. More... | |
Public Member Functions | |
ShapeAttribute () | |
ShapeAttribute (const char *name) | |
ShapeAttribute (const char *name, int value) | |
ShapeAttribute (const char *name, double value) | |
ShapeAttribute (const char *name, const char *value) | |
Note, ShapeAttribute takes a copy of both name and value, the calling code should manage its own clean up of the original strings. More... | |
ShapeAttribute (const ShapeAttribute &sa) | |
~ShapeAttribute () | |
ShapeAttribute & | operator= (const ShapeAttribute &sa) |
int | compare (const osgSim::ShapeAttribute &sa) const |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. More... | |
bool | operator== (const osgSim::ShapeAttribute &sa) const |
bool | operator!= (const osgSim::ShapeAttribute &sa) const |
bool | operator< (const osgSim::ShapeAttribute &sa) const |
const std::string & | getName () const |
Get the attribute name. More... | |
void | setName (const std::string &name) |
Set the attribute name. More... | |
Type | getType () const |
Get the attribute data type. More... | |
int | getInt () const |
Get the attribute data as an int. More... | |
double | getDouble () const |
Get the attribute data as a double. More... | |
const char * | getString () const |
Get the attribute data as a string. More... | |
void | setValue (int value) |
Set an integer attribute data. More... | |
void | setValue (double value) |
Set a double attribute data. More... | |
void | setValue (const char *value) |
Set a string attribute data. More... | |
ShapeAttribute data type.
Enumerator | |
---|---|
UNKNOWN | |
INTEGER | |
DOUBLE | |
STRING |
osgSim::ShapeAttribute::ShapeAttribute | ( | ) |
osgSim::ShapeAttribute::ShapeAttribute | ( | const char * | name | ) |
osgSim::ShapeAttribute::ShapeAttribute | ( | const char * | name, |
int | value | ||
) |
osgSim::ShapeAttribute::ShapeAttribute | ( | const char * | name, |
double | value | ||
) |
osgSim::ShapeAttribute::ShapeAttribute | ( | const char * | name, |
const char * | value | ||
) |
Note, ShapeAttribute takes a copy of both name and value, the calling code should manage its own clean up of the original strings.
osgSim::ShapeAttribute::ShapeAttribute | ( | const ShapeAttribute & | sa | ) |
osgSim::ShapeAttribute::~ShapeAttribute | ( | ) |
int osgSim::ShapeAttribute::compare | ( | const osgSim::ShapeAttribute & | sa | ) | const |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
|
inline |
Get the attribute data as a double.
|
inline |
Get the attribute data as an int.
|
inline |
Get the attribute name.
|
inline |
Get the attribute data as a string.
|
inline |
Get the attribute data type.
|
inline |
|
inline |
ShapeAttribute& osgSim::ShapeAttribute::operator= | ( | const ShapeAttribute & | sa | ) |
|
inline |
|
inline |
Set the attribute name.
|
inline |
Set an integer attribute data.
|
inline |
Set a double attribute data.
void osgSim::ShapeAttribute::setValue | ( | const char * | value | ) |
Set a string attribute data.
double osgSim::ShapeAttribute::_double |
int osgSim::ShapeAttribute::_integer |
char* osgSim::ShapeAttribute::_string |
Generated at Wed Nov 11 2015 22:15:10 for the OpenSceneGraph by doxygen 1.8.10. |