OpenSim::rdSerializableObject Class Reference
#include <rdSerializableObject.h>
List of all members.
Constructor & Destructor Documentation
rdSerializableObject::rdSerializableObject |
( |
|
) |
|
OpenSim::rdSerializableObject::rdSerializableObject |
( |
const std::string & |
aFileName |
) |
|
Copy constructor.
- Parameters:
-
Member Function Documentation
Object * rdSerializableObject::copy |
( |
|
) |
const [virtual] |
Construct and return a copy of this object.
The object is allocated using the new operator, so the caller is responsible for deleting the returned object.
- Returns:
- Copy of this object.
Reimplemented from OpenSim::Object.
bool rdSerializableObject::isValidDefaultType |
( |
const Object * |
aObject |
) |
const [virtual] |
Determine whether a specified object is a valid type for this object.
This method returns true only for objects of type rdSerializableObject2.
- Parameters:
-
| aObject | Object to be tested as valid or invalid. |
Assignment operator.
- Returns:
- Reference to the altered object.
Reimplemented from OpenSim::Object.
The documentation for this class was generated from the following files:
- OpenSim/Common/Test/rdSerializableObject.h
- OpenSim/Common/Test/rdSerializableObject.cpp