g2o
|
#include <property.h>
Public Types | |
typedef T | ValueType |
Public Member Functions | |
Property (const std::string &name_) | |
Property (const std::string &name_, const T &v) | |
void | setValue (const T &v) |
const T & | value () const |
virtual std::string | toString () const |
virtual bool | fromString (const std::string &s) |
Public Member Functions inherited from g2o::BaseProperty | |
BaseProperty (const std::string name_) | |
virtual | ~BaseProperty () |
const std::string & | name () |
Protected Attributes | |
T | _value |
Protected Attributes inherited from g2o::BaseProperty | |
std::string | _name |
Definition at line 51 of file property.h.
typedef T g2o::Property< T >::ValueType |
Definition at line 53 of file property.h.
|
inline |
Definition at line 54 of file property.h.
|
inline |
Definition at line 55 of file property.h.
|
inlinevirtual |
|
inline |
Definition at line 56 of file property.h.
Referenced by PropertiesWidget::applyProperties(), g2o::OptimizationAlgorithmLevenberg::setMaxTrialsAfterFailure(), g2o::OptimizationAlgorithmLevenberg::setUserLambdaInit(), and g2o::OptimizationAlgorithmWithHessian::setWriteDebug().
|
inlinevirtual |
|
inline |
Definition at line 57 of file property.h.
Referenced by g2o::OptimizationAlgorithmLevenberg::computeLambdaInit(), g2o::OptimizationAlgorithmWithHessian::init(), g2o::OptimizationAlgorithmDogleg::OptimizationAlgorithmDogleg(), g2o::OptimizationAlgorithmLevenberg::solve(), g2o::OptimizationAlgorithmDogleg::solve(), and PropertiesWidget::updateDisplayedProperties().
|
protected |
Definition at line 70 of file property.h.