![]() |
API
4.3
For MATLAB, Python, Java, and C++ users
|
A property set is simply a set of properties. More...
Public Member Functions | |
| PropertySet () | |
| PropertySet (const PropertySet &aSet) | |
| PropertySet & | operator= (const PropertySet &aSet) |
| virtual | ~PropertySet () |
| bool | isEmpty () const |
| int | getSize () const |
| virtual Property_Deprecated * | get (int i) |
| virtual const Property_Deprecated * | get (int i) const |
| virtual Property_Deprecated * | get (const std::string &aName) |
| virtual const Property_Deprecated * | get (const std::string &aName) const |
| virtual const Property_Deprecated * | contains (const std::string &aName) const |
| virtual Property_Deprecated * | contains (const std::string &aName) |
| virtual void | append (Property_Deprecated *aProperty) |
| virtual void | append (Property_Deprecated *aProperty, const std::string &aName) |
| virtual void | remove (const std::string &aName) |
| virtual void | clear () |
A property set is simply a set of properties.
It provides methods for adding, removing, and retrieving properties from itself.
| OpenSim::PropertySet::PropertySet | ( | ) |
| OpenSim::PropertySet::PropertySet | ( | const PropertySet & | aSet | ) |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| int OpenSim::PropertySet::getSize | ( | ) | const |
| bool OpenSim::PropertySet::isEmpty | ( | ) | const |
| PropertySet& OpenSim::PropertySet::operator= | ( | const PropertySet & | aSet | ) |
|
virtual |