|
g2o
|
#include <parameter.h>


Public Member Functions | |
| Parameter () | |
| virtual | ~Parameter () |
| virtual bool | read (std::istream &is)=0 |
| read the data from a stream | |
| virtual bool | write (std::ostream &os) const =0 |
| write the data to a stream | |
| int | id () const |
| void | setId (int id_) |
| virtual HyperGraph::HyperGraphElementType | elementType () const |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
| virtual | ~HyperGraphElement () |
Protected Attributes | |
| int | _id |
Definition at line 36 of file parameter.h.
| g2o::Parameter::Parameter | ( | ) |
Definition at line 31 of file parameter.cpp.
|
inlinevirtual |
Definition at line 39 of file parameter.h.
|
inlinevirtual |
returns the type of the graph element, see HyperGraphElementType
Implements g2o::HyperGraph::HyperGraphElement.
Definition at line 46 of file parameter.h.
|
inline |
Definition at line 44 of file parameter.h.
Referenced by g2o::ParameterContainer::addParameter(), main(), main(), g2o::OptimizableGraph::saveParameter(), g2o::SensorPointXYOffset::sense(), g2o::SensorPointXYZ::sense(), g2o::SensorPointXYZDepth::sense(), g2o::SensorPointXYZDisparity::sense(), g2o::SensorPose3DOffset::sense(), g2o::SensorSE3Prior::sense(), g2o::tutorial::EdgeSE2PointXY::write(), g2o::EdgeSE2Offset::write(), and g2o::EdgeSE2PointXYOffset::write().
|
pure virtual |
read the data from a stream
Implemented in g2o::tutorial::ParameterSE2Offset, g2o::CameraParameters, g2o::ParameterSE2Offset, g2o::ParameterCamera, g2o::ParameterSE3Offset, and g2o::ParameterStereoCamera.
Referenced by g2o::ParameterContainer::read().
| void g2o::Parameter::setId | ( | int | id_ | ) |
Definition at line 33 of file parameter.cpp.
References _id.
Referenced by g2o::World::addParameter(), main(), main(), main(), g2o::ParameterCamera::ParameterCamera(), and g2o::ParameterContainer::read().
|
pure virtual |
write the data to a stream
Implemented in g2o::tutorial::ParameterSE2Offset, g2o::CameraParameters, g2o::ParameterSE2Offset, g2o::ParameterCamera, g2o::ParameterSE3Offset, and g2o::ParameterStereoCamera.
Referenced by g2o::OptimizableGraph::saveParameter().
|
protected |
Definition at line 51 of file parameter.h.
Referenced by setId().