Public Member Functions | |
FeatureAbstract & | featureAbstract () |
void | printInputs () |
void | printOutputs () |
void | recompute () |
void | setInputs () |
TestFeatureGeneric (unsigned dim, const std::string &name) | |
Public Member Functions inherited from FeatureTestBase | |
void | checkTaskOutput () |
virtual void | checkValue () |
void | computeExpectedTaskOutput (const Vector &error, const Vector &errorDrift) |
template<typename LG_t > | |
void | computeExpectedTaskOutput (const Vector &s, const Vector &sdes, const Vector &sDesDot, const LG_t &lg) |
FeatureTestBase (unsigned dim, const std::string &name) | |
virtual void | init () |
void | setGain (double gain) |
template<typename SignalType , typename ValueType > | |
void | setSignal (SignalType &sig, const ValueType &v) |
Public Attributes | |
int | dim_ |
FeatureGeneric | feature_ |
FeatureGeneric | featureDes_ |
Public Attributes inherited from FeatureTestBase | |
dynamicgraph::Vector | expectedTaskOutput_ |
Task | task_ |
int | time_ |
Definition at line 164 of file test_feature_generic.cpp.
|
inline |
Definition at line 169 of file test_feature_generic.cpp.
|
inlinevirtual |
Implements FeatureTestBase.
Definition at line 184 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 234 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 257 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 245 of file test_feature_generic.cpp.
|
inlinevirtual |
Implements FeatureTestBase.
Definition at line 186 of file test_feature_generic.cpp.
int TestFeatureGeneric::dim_ |
Definition at line 167 of file test_feature_generic.cpp.
FeatureGeneric TestFeatureGeneric::feature_ |
Definition at line 166 of file test_feature_generic.cpp.
FeatureGeneric TestFeatureGeneric::featureDes_ |
Definition at line 166 of file test_feature_generic.cpp.