g2o
Classes | Public Member Functions | List of all members
g2o::HyperGraphAction Class Reference

Abstract action that operates on an entire graph. More...

#include <hyper_graph_action.h>

Inheritance diagram for g2o::HyperGraphAction:
Inheritance graph
[legend]

Classes

class  Parameters
 
class  ParametersIteration
 

Public Member Functions

virtual ~HyperGraphAction ()
 
virtual HyperGraphActionoperator() (const HyperGraph *graph, Parameters *parameters=0)
 

Detailed Description

Abstract action that operates on an entire graph.

Definition at line 50 of file hyper_graph_action.h.

Constructor & Destructor Documentation

g2o::HyperGraphAction::~HyperGraphAction ( )
virtual

Definition at line 50 of file hyper_graph_action.cpp.

51  {
52  }

Member Function Documentation

HyperGraphAction * g2o::HyperGraphAction::operator() ( const HyperGraph graph,
Parameters parameters = 0 
)
virtual

re-implement to carry out an action given the graph

Reimplemented in g2o::GuiHyperGraphAction, and g2o::SparseOptimizerTerminateAction.

Definition at line 54 of file hyper_graph_action.cpp.

55  {
56  return 0;
57  }

The documentation for this class was generated from the following files: