draw actions More...
#include <hyper_graph_action.h>
Classes | |
class | Parameters |
Public Member Functions | |
DrawAction (const std::string &typeName_) | |
Public Member Functions inherited from g2o::HyperGraphElementAction | |
HyperGraphElementAction (const std::string &typeName_="") | |
const std::string & | name () const |
returns the name of an action, e.g "draw" More... | |
virtual HyperGraphElementAction * | operator() (HyperGraph::HyperGraphElement *element, Parameters *parameters) |
redefine this to do the action stuff. If successful, the action returns a pointer to itself More... | |
virtual HyperGraphElementAction * | operator() (const HyperGraph::HyperGraphElement *element, Parameters *parameters) |
redefine this to do the action stuff. If successful, the action returns a pointer to itself More... | |
void | setTypeName (const std::string &typeName_) |
sets the type on which an action has to operate More... | |
const std::string & | typeName () const |
returns the typeid name of the action More... | |
virtual | ~HyperGraphElementAction () |
destroyed actions release the memory More... | |
Protected Member Functions | |
virtual bool | refreshPropertyPtrs (HyperGraphElementAction::Parameters *params_) |
Protected Attributes | |
Parameters * | _previousParams |
BoolProperty * | _show |
BoolProperty * | _showId |
Protected Attributes inherited from g2o::HyperGraphElementAction | |
std::string | _name |
std::string | _typeName |
Additional Inherited Members | |
Public Types inherited from g2o::HyperGraphElementAction | |
typedef std::map< std::string, HyperGraphElementAction * > | ActionMap |
draw actions
Definition at line 178 of file hyper_graph_action.h.
g2o::DrawAction::DrawAction | ( | const std::string & | typeName_ | ) |
Definition at line 229 of file hyper_graph_action.cpp.
|
protectedvirtual |
Definition at line 237 of file hyper_graph_action.cpp.
|
protected |
Definition at line 187 of file hyper_graph_action.h.
|
protected |
Definition at line 188 of file hyper_graph_action.h.
|
protected |
Definition at line 189 of file hyper_graph_action.h.