#include <property.h>
Public Types | |
typedef T | ValueType |
Public Member Functions | |
virtual bool | fromString (const std::string &s) |
Property (const std::string &name_) | |
Property (const std::string &name_, const T &v) | |
void | setValue (const T &v) |
virtual std::string | toString () const |
const T & | value () const |
Public Member Functions inherited from g2o::BaseProperty | |
BaseProperty (const std::string name_) | |
const std::string & | name () |
virtual | ~BaseProperty () |
Protected Attributes | |
T | _value |
Protected Attributes inherited from g2o::BaseProperty | |
std::string | _name |
Definition at line 50 of file property.h.
typedef T g2o::Property< T >::ValueType |
Definition at line 52 of file property.h.
|
inline |
Definition at line 53 of file property.h.
|
inline |
Definition at line 54 of file property.h.
|
inlinevirtual |
Implements g2o::BaseProperty.
Definition at line 63 of file property.h.
|
inline |
Definition at line 55 of file property.h.
|
inlinevirtual |
Implements g2o::BaseProperty.
Definition at line 57 of file property.h.
|
inline |
Definition at line 56 of file property.h.
|
protected |
Definition at line 69 of file property.h.