g2o
Loading...
Searching...
No Matches
Public Member Functions | List of all members
g2o::HyperDijkstra::CostFunction Struct Referenceabstract

#include <hyper_dijkstra.h>

Inheritance diagram for g2o::HyperDijkstra::CostFunction:
Inheritance graph
[legend]

Public Member Functions

virtual double operator() (HyperGraph::Edge *e, HyperGraph::Vertex *from, HyperGraph::Vertex *to)=0
 
virtual ~CostFunction ()
 

Detailed Description

Definition at line 39 of file hyper_dijkstra.h.

Constructor & Destructor Documentation

◆ ~CostFunction()

virtual g2o::HyperDijkstra::CostFunction::~CostFunction ( )
inlinevirtual

Definition at line 42 of file hyper_dijkstra.h.

42{}

Member Function Documentation

◆ operator()()

virtual double g2o::HyperDijkstra::CostFunction::operator() ( HyperGraph::Edge e,
HyperGraph::Vertex from,
HyperGraph::Vertex to 
)
pure virtual

The documentation for this struct was generated from the following file: