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 |
( |
| ) |
|
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
double osgSim::ShapeAttribute::getDouble |
( |
| ) |
const |
|
inline |
Get the attribute data as a double.
int osgSim::ShapeAttribute::getInt |
( |
| ) |
const |
|
inline |
Get the attribute data as an int.
const std::string& osgSim::ShapeAttribute::getName |
( |
| ) |
const |
|
inline |
const char* osgSim::ShapeAttribute::getString |
( |
| ) |
const |
|
inline |
Get the attribute data as a string.
const Type osgSim::ShapeAttribute::getType |
( |
| ) |
const |
|
inline |
Get the attribute data type.
void osgSim::ShapeAttribute::setName |
( |
const std::string & |
name | ) |
|
|
inline |
void osgSim::ShapeAttribute::setValue |
( |
int |
value | ) |
|
|
inline |
Set an integer attribute data.
void osgSim::ShapeAttribute::setValue |
( |
double |
value | ) |
|
|
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 |
The documentation for this class was generated from the following file: