Loading...
Searching...
No Matches
ompl::geometric::RRTstar::CostIndexCompare Struct Reference

Public Member Functions

 CostIndexCompare (const std::vector< base::Cost > &costs, const base::OptimizationObjective &opt)
bool operator() (unsigned i, unsigned j)

Public Attributes

const std::vector< base::Cost > & costs_
const base::OptimizationObjectiveopt_

Detailed Description

Definition at line 374 of file RRTstar.h.

Constructor & Destructor Documentation

◆ CostIndexCompare()

ompl::geometric::RRTstar::CostIndexCompare::CostIndexCompare ( const std::vector< base::Cost > & costs,
const base::OptimizationObjective & opt )
inline

Definition at line 376 of file RRTstar.h.

Member Function Documentation

◆ operator()()

bool ompl::geometric::RRTstar::CostIndexCompare::operator() ( unsigned i,
unsigned j )
inline

Definition at line 380 of file RRTstar.h.

Member Data Documentation

◆ costs_

const std::vector<base::Cost>& ompl::geometric::RRTstar::CostIndexCompare::costs_

Definition at line 384 of file RRTstar.h.

◆ opt_

const base::OptimizationObjective& ompl::geometric::RRTstar::CostIndexCompare::opt_

Definition at line 385 of file RRTstar.h.


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