ompl::control::EST::MotionInfo Struct Reference

A struct containing an array of motions and a corresponding PDF element. More...

#include <ompl/control/planners/est/EST.h>

List of all members.

Public Member Functions

Motionoperator[] (unsigned int i)
const Motionoperator[] (unsigned int i) const
void push_back (Motion *m)
unsigned int size () const
bool empty () const

Public Attributes

std::vector< Motion * > motions_
CellPDF::Element * elem_

Detailed Description

A struct containing an array of motions and a corresponding PDF element.

Definition at line 190 of file EST.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines