API
4.2
For MATLAB, Python, Java, and C++ users
|
This is the complete list of members for OpenSim::StorageInterface, including all inherited members.
_propertySet | OpenSim::Object | protected |
addListProperty(const std::string &name, const std::string &comment, int minSize, int maxSize) | OpenSim::Object | protected |
addListProperty(const std::string &name, const std::string &comment, int minSize, int maxSize, const Container< T > &valueList) | OpenSim::Object | protected |
addOptionalProperty(const std::string &name, const std::string &comment) | OpenSim::Object | protected |
addOptionalProperty(const std::string &name, const std::string &comment, const T &value) | OpenSim::Object | protected |
addProperty(const std::string &name, const std::string &comment, const T &value) | OpenSim::Object | protected |
append(const StateVector &aVec, bool aCheckForDuplicateTime=true)=0 | OpenSim::StorageInterface | pure virtual |
append(const Array< StateVector > &aArray)=0 | OpenSim::StorageInterface | pure virtual |
append(double aT, int aN, const double *aY, bool aCheckForDuplicateTime=true)=0 | OpenSim::StorageInterface | pure virtual |
append(double aT, const SimTK::Vector &aY, bool aCheckForDuplicateTime=true)=0 | OpenSim::StorageInterface | pure virtual |
append(double aT, const SimTK::Vec3 &aY, bool aCheckForDuplicateTime=true) | OpenSim::StorageInterface | inlinevirtual |
checkPropertyValueIsInRangeOrSet(const Property< T > &p, const T &lower, const T &upper, const std::set< T > &set) const | OpenSim::Object | protected |
checkPropertyValueIsInSet(const Property< T > &p, const std::set< T > &set) const | OpenSim::Object | protected |
checkPropertyValueIsPositive(const Property< T > &p) const | OpenSim::Object | protected |
clearObjectIsUpToDateWithProperties() | OpenSim::Object | inlineprotected |
clone() const override=0 | OpenSim::StorageInterface | pure virtual |
DEFAULT_NAME | OpenSim::Object | static |
dump() const | OpenSim::Object | |
findIndex(double aT) const =0 | OpenSim::StorageInterface | pure virtual |
findIndex(int aI, double aT) const =0 | OpenSim::StorageInterface | pure virtual |
getAuthors() const | OpenSim::Object | inline |
getClassName() | OpenSim::StorageInterface | inlinestatic |
getConcreteClassName() const override=0 | OpenSim::StorageInterface | pure virtual |
getDataAtTime(double aTime, int aN, Array< double > &rData) const =0 | OpenSim::StorageInterface | pure virtual |
getDataColumn(const std::string &columnName, Array< double > &data, double startTime=0.0)=0 | OpenSim::StorageInterface | pure virtual |
getDebugLevel() | OpenSim::Object | static |
getDefaultInstanceOfType(const std::string &concreteClassName) | OpenSim::Object | static |
getDescription() const | OpenSim::Object | |
getDocument() const | OpenSim::Object | inlineprotected |
getDocumentFileName() const | OpenSim::Object | |
getDocumentFileVersion() const | OpenSim::Object | |
getFirstTime() const =0 | OpenSim::StorageInterface | pure virtual |
getInlined() const | OpenSim::Object | |
getLastStateVector() const =0 | OpenSim::StorageInterface | pure virtual |
getLastTime() const =0 | OpenSim::StorageInterface | pure virtual |
getName() const | OpenSim::Object | |
getNumProperties() const | OpenSim::Object | |
getProperty(const PropertyIndex &index) const | OpenSim::Object | |
getPropertyByIndex(int propertyIndex) const | OpenSim::Object | |
getPropertyByName(const std::string &name) const | OpenSim::Object | |
getPropertyIndex(const std::string &name) const | OpenSim::Object | inlineprotected |
getPropertyIndex() const | OpenSim::Object | inlineprotected |
getPropertySet() | OpenSim::Object | inline |
getPropertySet() const | OpenSim::Object | inline |
getReferences() const | OpenSim::Object | inline |
getRegisteredObjectsOfGivenType(ArrayPtrs< T > &rArray) | OpenSim::Object | inlinestatic |
getRegisteredTypenames(Array< std::string > &typeNames) | OpenSim::Object | static |
getSerializeAllDefaults() | OpenSim::Object | inlinestatic |
getSize() const =0 | OpenSim::StorageInterface | pure virtual |
getStateVector(int aTimeIndex) const =0 | OpenSim::StorageInterface | pure virtual |
getTimeColumn(Array< double > &rTimes, int aStateIndex=-1) const =0 | OpenSim::StorageInterface | pure virtual |
getTimeColumnWithStartTime(Array< double > &rTimes, double startTime=0.0) const =0 | OpenSim::StorageInterface | pure virtual |
hasProperty(const std::string &name) const | OpenSim::Object | |
hasProperty() const | OpenSim::Object | |
isA(const char *type) const | OpenSim::Object | inlinevirtual |
isEqualTo(const Object &aObject) const | OpenSim::Object | inline |
isKindOf(const char *type) | OpenSim::Object | inlinestatic |
isObjectTypeDerivedFrom(const std::string &concreteClassName) | OpenSim::Object | inlinestatic |
isObjectUpToDateWithProperties() const | OpenSim::Object | inline |
makeObjectFromFile(const std::string &fileName) | OpenSim::Object | static |
makeObjectNamesConsistentWithProperties() | OpenSim::Object | protected |
newInstanceOfType(const std::string &concreteClassName) | OpenSim::Object | static |
Object() | OpenSim::Object | protected |
Object(const std::string &fileName, bool aUpdateFromXMLNode=true) | OpenSim::Object | explicitprotected |
Object(const Object &source) | OpenSim::Object | protected |
Object(SimTK::Xml::Element &aElement) | OpenSim::Object | explicitprotected |
OpenSim_DECLARE_ABSTRACT_OBJECT | OpenSim::Object | related |
OpenSim_DECLARE_ABSTRACT_OBJECT_T | OpenSim::Object | related |
OpenSim_DECLARE_CONCRETE_OBJECT | OpenSim::Object | related |
OpenSim_DECLARE_CONCRETE_OBJECT_T | OpenSim::Object | related |
operator<(const Object &aObject) const | OpenSim::Object | virtual |
operator=(const Object &aObject) | OpenSim::Object | |
operator==(const Object &aObject) const | OpenSim::Object | virtual |
print(const std::string &fileName) const | OpenSim::Object | |
PrintPropertyInfo(std::ostream &os, const std::string &classNameDotPropertyName, bool printFlagInfo=true) | OpenSim::Object | static |
PrintPropertyInfo(std::ostream &os, const std::string &className, const std::string &propertyName, bool printFlagInfo=true) | OpenSim::Object | static |
readObjectFromXMLNodeOrFile(SimTK::Xml::Element &objectElement, int versionNumber) | OpenSim::Object | |
registerType(const Object &defaultObject) | OpenSim::Object | static |
RegisterType(const Object &defaultObject) | OpenSim::Object | inlinestatic |
renameType(const std::string &oldTypeName, const std::string &newTypeName) | OpenSim::Object | static |
RenameType(const std::string &oldName, const std::string &newName) | OpenSim::Object | inlinestatic |
SafeCopy(const Object *aObject) | OpenSim::Object | inlinestatic |
safeDownCast(OpenSim::Object *obj) | OpenSim::StorageInterface | inlinestatic |
setAllPropertiesUseDefault(bool aUseDefault) | OpenSim::Object | |
setAuthors(const std::string &authors) | OpenSim::Object | inline |
setDebugLevel(int newLevel) | OpenSim::Object | static |
setDescription(const std::string &description) | OpenSim::Object | |
setDocument(XMLDocument *doc) | OpenSim::Object | inlineprotected |
setInlined(bool aInlined, const std::string &aFileName="") | OpenSim::Object | |
setName(const std::string &name) | OpenSim::Object | |
setObjectIsUpToDateWithProperties() | OpenSim::Object | protected |
setOutputFileName(const std::string &aFileName)=0 | OpenSim::StorageInterface | pure virtual |
setReferences(const std::string &references) | OpenSim::Object | inline |
setSerializeAllDefaults(bool shouldSerializeDefaults) | OpenSim::Object | inlinestatic |
StorageInterface(const std::string &aFileName) | OpenSim::StorageInterface | inlineexplicit |
store(int aStep, double aT, int aN, const double *aY)=0 | OpenSim::StorageInterface | pure virtual |
toString() const | OpenSim::Object | |
updateFromXMLDocument() | OpenSim::Object | protected |
updateFromXMLNode(SimTK::Xml::Element &objectElement, int versionNumber) | OpenSim::Object | virtual |
updateXMLNode(SimTK::Xml::Element &parent, const AbstractProperty *prop=nullptr) const | OpenSim::Object | |
updDocument() | OpenSim::Object | inlineprotected |
updProperty(const PropertyIndex &index) | OpenSim::Object | |
updPropertyByIndex(int propertyIndex) | OpenSim::Object | |
updPropertyByName(const std::string &name) | OpenSim::Object | |
~Object() | OpenSim::Object | virtual |
~StorageInterface()=default | OpenSim::StorageInterface | virtual |