AbstractProperty() | OpenSim::AbstractProperty | protected |
AbstractProperty(const std::string &name, const std::string &comment) | OpenSim::AbstractProperty | protected |
appendValue(const T &value) | OpenSim::AbstractProperty | inline |
clear() | OpenSim::AbstractProperty | |
clearValues()=0 | OpenSim::AbstractProperty | protectedpure virtual |
clone() const =0 | OpenSim::AbstractProperty | pure virtual |
empty() const | OpenSim::AbstractProperty | inline |
equals(const AbstractProperty &other) const | OpenSim::AbstractProperty | inline |
getComment() const | OpenSim::AbstractProperty | inline |
getMaxListSize() const | OpenSim::AbstractProperty | inline |
getMinListSize() const | OpenSim::AbstractProperty | inline |
getName() const | OpenSim::AbstractProperty | inline |
getNumValues() const =0 | OpenSim::AbstractProperty | protectedpure virtual |
getTypeName() const =0 | OpenSim::AbstractProperty | pure virtual |
getValue(int index=-1) const | OpenSim::AbstractProperty | inline |
getValueAsObject(int index=-1) const =0 | OpenSim::AbstractProperty | pure virtual |
getValueIsDefault() const | OpenSim::AbstractProperty | inline |
isAcceptableObjectTag(const std::string &objectTypeTag) const =0 | OpenSim::AbstractProperty | protectedpure virtual |
isEqualTo(const AbstractProperty &other) const =0 | OpenSim::AbstractProperty | protectedpure virtual |
isListProperty() const | OpenSim::AbstractProperty | inline |
isObjectProperty() const =0 | OpenSim::AbstractProperty | pure virtual |
isOneObjectProperty() const | OpenSim::AbstractProperty | inline |
isOneValueProperty() const | OpenSim::AbstractProperty | inline |
isOptionalProperty() const | OpenSim::AbstractProperty | inline |
isSamePropertyClass(const AbstractProperty &other) const | OpenSim::AbstractProperty | inline |
isUnnamedProperty() const =0 | OpenSim::AbstractProperty | pure virtual |
operator==(const AbstractProperty &other) const | OpenSim::AbstractProperty | inline |
readFromXMLElement(SimTK::Xml::Element &propertyElement, int versionNumber)=0 | OpenSim::AbstractProperty | protectedpure virtual |
readFromXMLParentElement(SimTK::Xml::Element &parent, int versionNumber) | OpenSim::AbstractProperty | |
setAllowableListSize(int aMin, int aMax) | OpenSim::AbstractProperty | inline |
setAllowableListSize(int aNum) | OpenSim::AbstractProperty | inline |
setAllPropertiesUseDefault(bool shouldUseDefault) | OpenSim::AbstractProperty | |
setComment(const std::string &aComment) | OpenSim::AbstractProperty | inline |
setName(const std::string &name) | OpenSim::AbstractProperty | inline |
setValueAsObject(const Object &obj, int index=-1)=0 | OpenSim::AbstractProperty | pure virtual |
setValueIsDefault(bool isDefault) | OpenSim::AbstractProperty | inline |
size() const | OpenSim::AbstractProperty | inline |
toString() const =0 | OpenSim::AbstractProperty | pure virtual |
updValue(int index=-1) | OpenSim::AbstractProperty | inline |
updValueAsObject(int index=-1)=0 | OpenSim::AbstractProperty | pure virtual |
writeToXMLElement(SimTK::Xml::Element &propertyElement) const =0 | OpenSim::AbstractProperty | protectedpure virtual |
writeToXMLParentElement(SimTK::Xml::Element &parent) | OpenSim::AbstractProperty | |
~AbstractProperty() | OpenSim::AbstractProperty | inlinevirtual |