#include <optimizer.h>
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< std::pair< std::string, CMatrix > > | allPoses |
std::vector< std::pair< std::string, CMatrix > > | optimizedPoses |
double | result |
std::vector< std::vector< std::pair< std::string, CMatrix > > > | timelineOfPoses |
std::vector< double > | values |
Definition at line 36 of file optimizer.h.
void COptimizerResult::clear | ( | ) |
Definition at line 561 of file optimizer.cpp.
std::vector<std::pair<std::string, CMatrix> > robotLibPbD::COptimizerResult::allPoses |
Definition at line 41 of file optimizer.h.
std::vector<std::pair<std::string, CMatrix> > robotLibPbD::COptimizerResult::optimizedPoses |
Definition at line 42 of file optimizer.h.
double robotLibPbD::COptimizerResult::result |
Definition at line 44 of file optimizer.h.
std::vector<std::vector<std::pair<std::string, CMatrix> > > robotLibPbD::COptimizerResult::timelineOfPoses |
Definition at line 39 of file optimizer.h.
std::vector<double> robotLibPbD::COptimizerResult::values |
Definition at line 43 of file optimizer.h.