g2o
Loading...
Searching...
No Matches
Public Member Functions | List of all members
g2o::EstimatePropagator::VertexIDHashFunction Class Reference

hash function for a vertex More...

#include <estimate_propagator.h>

Public Member Functions

size_t operator() (const OptimizableGraph::Vertex *v) const
 

Detailed Description

hash function for a vertex

Definition at line 137 of file estimate_propagator.h.

Member Function Documentation

◆ operator()()

size_t g2o::EstimatePropagator::VertexIDHashFunction::operator() ( const OptimizableGraph::Vertex v) const
inline

Definition at line 139 of file estimate_propagator.h.

139 {
140 return v->id();
141 }

References g2o::HyperGraph::Vertex::id().


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