_dim | ocra::Function | protected |
_f | ocra::SquaredLinearFunction | protected |
_jacobian | ocra::Function | protected |
_q | ocra::QuadraticFunction | mutableprotected |
_qIsUpToDate | ocra::QuadraticFunction | mutableprotected |
_r | ocra::QuadraticFunction | mutableprotected |
_rIsUpToDate | ocra::QuadraticFunction | mutableprotected |
_value | ocra::Function | protected |
_weight | ocra::SquaredLinearFunction | protected |
AbilitySet(const std::vector< bool > &usageSet) | ocra::AbilitySet | inlineprotected |
AbilitySet(eFunctionAbility prop0=FUN_VALUE, eFunctionAbility prop1=FUN_VALUE) | ocra::AbilitySet | inlineprotected |
AbilitySet(eFunctionAbility prop0, eFunctionAbility prop1, eFunctionAbility prop2, eFunctionAbility prop3=FUN_VALUE, eFunctionAbility prop4=FUN_VALUE) | ocra::AbilitySet | inlineprotected |
AbilitySet(eFunctionAbility prop0, eFunctionAbility prop1, eFunctionAbility prop2, eFunctionAbility prop3, eFunctionAbility prop4, eFunctionAbility prop5, eFunctionAbility prop6=FUN_VALUE, eFunctionAbility prop7=FUN_VALUE, eFunctionAbility prop8=FUN_VALUE, eFunctionAbility prop9=FUN_VALUE) | ocra::AbilitySet | inlineprotected |
add(eFunctionAbility prop) | ocra::AbilitySet | inline |
addProperty(const std::string &functionProperty) | ocra::IFunctionProperties | protected |
bind(SubjectBase< EVT > &subject) | ocra::Observer | inline |
canCompute() const | ocra::Function | inline |
changeContinuityProperty(int newProperty) | ocra::IFunctionProperties | protected |
changeConvexityProperty(eFunctionConvexity newProperty) | ocra::IFunctionProperties | protected |
changeExplicitTimeDependancy(bool b) | ocra::IFunctionProperties | protected |
changeFunctionDimension(int newDimension) | ocra::Function | protected |
changePi(const MatrixXd &Pi, int index=0) | ocra::QuadraticFunction | |
changeqi(const VectorXd &qi, int index=0) | ocra::QuadraticFunction | |
changeri(double ri, int index=0) | ocra::QuadraticFunction | |
changeSeparableTimeDependancy(bool b) | ocra::IFunctionProperties | protected |
changeType(eFunctionLinearity newType) | ocra::IFunctionProperties | protected |
changeWeight(const VectorXd &weight) | ocra::SquaredLinearFunction | |
computeDimensionFromInputSize() const | ocra::Function | protectedvirtual |
connect(Derived &object, void(Base::*newCallback)(int)) const | ocra::Subject | inline |
connect(void(*newCallback)(int)) const | ocra::Subject | inline |
SubjectBase< EVT_RESIZE >::connect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const | ocra::SubjectBase< EVT_RESIZE > | inline |
SubjectBase< EVT_RESIZE >::connect(typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const | ocra::SubjectBase< EVT_RESIZE > | inline |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::connect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inline |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::connect(typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inline |
SubjectBase< EVT_CHANGE_VALUE >::connect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const | ocra::SubjectBase< EVT_CHANGE_VALUE > | inline |
SubjectBase< EVT_CHANGE_VALUE >::connect(typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const | ocra::SubjectBase< EVT_CHANGE_VALUE > | inline |
CoupledInputOutputSize(bool coupledInputOutputSize) | ocra::CoupledInputOutputSize | inlineprotected |
desinhibitPropagationFrom_q_or_r() const | ocra::QuadraticFunction | protected |
disconnect(Derived &object, void(Base::*callbackToErase)(int)) const | ocra::Subject | inline |
disconnect(void(*callbackToErase)(int)) const | ocra::Subject | inline |
SubjectBase< EVT_RESIZE >::disconnect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const | ocra::SubjectBase< EVT_RESIZE > | inline |
SubjectBase< EVT_RESIZE >::disconnect(typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const | ocra::SubjectBase< EVT_RESIZE > | inline |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::disconnect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inline |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::disconnect(typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inline |
SubjectBase< EVT_CHANGE_VALUE >::disconnect(T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const | ocra::SubjectBase< EVT_CHANGE_VALUE > | inline |
SubjectBase< EVT_CHANGE_VALUE >::disconnect(typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const | ocra::SubjectBase< EVT_CHANGE_VALUE > | inline |
disconnectVariable() | ocra::Function | protected |
doChangePi(const MatrixXd &Pi, int index) | ocra::QuadraticFunction | protectedvirtual |
doChangeqi(const VectorXd &qi, int index) | ocra::QuadraticFunction | protectedvirtual |
doChangeri(double ri, int index) | ocra::QuadraticFunction | protectedvirtual |
doUpdateDimensionBegin(int newDimension) | ocra::Function | protectedvirtual |
doUpdateDimensionEnd(int oldDimension) | ocra::QuadraticFunction | protectedvirtual |
doUpdateInputSizeBegin() | ocra::SquaredLinearFunction | protectedvirtual |
doUpdateInputSizeEnd() | ocra::QuadraticFunction | protectedvirtual |
Function(Variable &x, int dimension, eFunctionLinearity linearity=LINEARITY_UNDEFINED, eFunctionConvexity convexity=CONVEXITY_UNDEFINED, int continuity=CONTINUITY_UNKNOWN, bool explicitlyTimeDependant=false, bool separableTimeDependancy=true) | ocra::Function | protected |
functionType_t typedef | ocra::SquaredLinearFunction | |
get() const | ocra::Function | inline |
get(int index) const | ocra::Function | inline |
getContinuityProperty(void) const | ocra::IFunctionProperties | |
getConvexityProperty(void) const | ocra::IFunctionProperties | |
getDimension() const | ocra::Function | |
getFunction() | ocra::SquaredLinearFunction | |
getFunction() const | ocra::SquaredLinearFunction | |
getJacobian() const | ocra::Function | inline |
getJacobian(int index) const | ocra::Function | inline |
getName() const | ocra::NamedInstance | |
getNumberOfProperties(void) const | ocra::IFunctionProperties | |
getPi(int index=0) const | ocra::QuadraticFunction | inline |
getProperty(int i) const | ocra::IFunctionProperties | |
getqi(int index=0) const | ocra::QuadraticFunction | inline |
getr() const | ocra::QuadraticFunction | inline |
getri(int index=0) const | ocra::QuadraticFunction | inline |
getType(void) const | ocra::IFunctionProperties | |
getUsageSet() const | ocra::AbilitySet | inlineprotected |
getValue() const | ocra::Function | inline |
getValue(int index) const | ocra::Function | inline |
getVariable() const | ocra::Function | |
getVariable() | ocra::Function | |
hasProperty(const std::string &functionProperty) const | ocra::IFunctionProperties | |
hasSeparableTimeDependancy(void) const | ocra::IFunctionProperties | |
IFunctionProperties(eFunctionLinearity linearity=LINEARITY_UNDEFINED, eFunctionConvexity convexity=CONVEXITY_UNDEFINED, int continuity=CONTINUITY_UNKNOWN, bool explicitlyTimeDependant=false, bool separableTimeDependancy=true) | ocra::IFunctionProperties | protected |
inhibitPropagationFrom_q_or_r() const | ocra::QuadraticFunction | protected |
inputAndOutputSizesAreCoupled() const | ocra::CoupledInputOutputSize | inlineprotected |
invalidate() | ocra::Function | inline |
invalidateAll(int timestamp) | ocra::Function | inline |
invalidateAll() | ocra::Function | inline |
invalidateq(int timestamp) | ocra::QuadraticFunction | protected |
invalidater(int timestamp) | ocra::QuadraticFunction | protected |
ObserverBase< EVT_RESIZE >::invoker_type typedef | ocra::ObserverBase< EVT_RESIZE > | protected |
ObserverBase< EVT_CHANGE_DEPENDENCIES >::invoker_type typedef | ocra::ObserverBase< EVT_CHANGE_DEPENDENCIES > | protected |
ObserverBase< EVT_CHANGE_VALUE >::invoker_type typedef | ocra::ObserverBase< EVT_CHANGE_VALUE > | protected |
isExplicitlyTimeDependant(void) const | ocra::IFunctionProperties | |
isValid() const | ocra::Function | inline |
NamedInstance(const std::string &name) | ocra::NamedInstance | |
ObserverBase< EVT_RESIZE >::ObserverBase() | ocra::ObserverBase< EVT_RESIZE > | inlineprotected |
ObserverBase< EVT_CHANGE_DEPENDENCIES >::ObserverBase() | ocra::ObserverBase< EVT_CHANGE_DEPENDENCIES > | inlineprotected |
ObserverBase< EVT_CHANGE_VALUE >::ObserverBase() | ocra::ObserverBase< EVT_CHANGE_VALUE > | inlineprotected |
ObserverSubject() | ocra::ObserverSubject | inline |
onResize(int) | ocra::SquaredLinearFunction | protected |
propagate() const | ocra::Subject | inline |
propagate(int timestamp) const | ocra::Subject | inline |
QuadraticFunction(Variable &x, int dimension=1) | ocra::QuadraticFunction | protected |
QuadraticFunction(Variable &x, const MatrixBase< Derived > &P, const VectorBase &q, double r) | ocra::QuadraticFunction | inline |
remove(eFunctionAbility prop) | ocra::AbilitySet | inline |
removeProperty(const std::string &functionProperty) | ocra::IFunctionProperties | protected |
resize() | ocra::Function | protected |
SquaredLinearFunction(LinearFunction *f) | ocra::SquaredLinearFunction | |
stopPropagation() | ocra::Observer | inline |
ObserverBase< EVT_RESIZE >::subject_type typedef | ocra::ObserverBase< EVT_RESIZE > | protected |
ObserverBase< EVT_CHANGE_DEPENDENCIES >::subject_type typedef | ocra::ObserverBase< EVT_CHANGE_DEPENDENCIES > | protected |
ObserverBase< EVT_CHANGE_VALUE >::subject_type typedef | ocra::ObserverBase< EVT_CHANGE_VALUE > | protected |
SubjectBase< EVT_RESIZE >::SubjectBase() | ocra::SubjectBase< EVT_RESIZE > | inlineprotected |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::SubjectBase() | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inlineprotected |
SubjectBase< EVT_CHANGE_VALUE >::SubjectBase() | ocra::SubjectBase< EVT_CHANGE_VALUE > | inlineprotected |
updateFddot() const | ocra::Function | virtual |
updateFdot() const | ocra::Function | virtual |
updateHessian() const | ocra::SquaredLinearFunction | protectedvirtual |
updateInputSize(int timestamp) | ocra::Function | protected |
updateJacobian() const | ocra::QuadraticFunction | protectedvirtual |
updateJdotXdot() const | ocra::Function | virtual |
updateq() const | ocra::SquaredLinearFunction | protectedvirtual |
updater() const | ocra::SquaredLinearFunction | protectedvirtual |
updateValue() const | ocra::QuadraticFunction | protectedvirtual |
x | ocra::Function | protected |
~Function() | ocra::Function | virtual |
~NamedInstance() | ocra::NamedInstance | virtual |
~Observer() | ocra::Observer | inlinevirtual |
ObserverBase< EVT_RESIZE >::~ObserverBase() | ocra::ObserverBase< EVT_RESIZE > | inlineprotected |
ObserverBase< EVT_CHANGE_DEPENDENCIES >::~ObserverBase() | ocra::ObserverBase< EVT_CHANGE_DEPENDENCIES > | inlineprotected |
ObserverBase< EVT_CHANGE_VALUE >::~ObserverBase() | ocra::ObserverBase< EVT_CHANGE_VALUE > | inlineprotected |
~ObserverSubject() | ocra::ObserverSubject | inlinevirtual |
~QuadraticFunction() | ocra::QuadraticFunction | virtual |
~SquaredLinearFunction() | ocra::SquaredLinearFunction | |
~Subject() | ocra::Subject | inlinevirtual |
SubjectBase< EVT_RESIZE >::~SubjectBase() | ocra::SubjectBase< EVT_RESIZE > | inlineprotected |
SubjectBase< EVT_CHANGE_DEPENDENCIES >::~SubjectBase() | ocra::SubjectBase< EVT_CHANGE_DEPENDENCIES > | inlineprotected |
SubjectBase< EVT_CHANGE_VALUE >::~SubjectBase() | ocra::SubjectBase< EVT_CHANGE_VALUE > | inlineprotected |