Home
last modified time | relevance | path

Searched refs:VertexSE3DrawAction (Results 1 – 4 of 4) sorted by relevance

/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d/
H A Dvertex_se3.cpp98 VertexSE3DrawAction::VertexSE3DrawAction() in VertexSE3DrawAction() function in g2o::VertexSE3DrawAction
103 bool VertexSE3DrawAction::refreshPropertyPtrs(HyperGraphElementAction::Parameters* params_){ in refreshPropertyPtrs()
116 HyperGraphElementAction* VertexSE3DrawAction::operator()(HyperGraph::HyperGraphElement* element, in operator ()()
H A Dvertex_se3.h139 class G2O_TYPES_SLAM3D_API VertexSE3DrawAction: public DrawAction{
141 VertexSE3DrawAction();
H A Dtypes_slam3d.cpp66 G2O_REGISTER_ACTION(VertexSE3DrawAction);
/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d_addons/
H A Dtypes_slam3d_addons.cpp65 HyperGraphElementAction* vertexse3eulerdraw=new g2o::VertexSE3DrawAction; in G2O_ATTRIBUTE_CONSTRUCTOR()