A struct containing an array of motions and a corresponding PDF element. More...
#include <EST.h>
Public Member Functions | |
Motion * | operator[] (unsigned int i) |
const Motion * | operator[] (unsigned int i) const |
void | push_back (Motion *m) |
unsigned int | size (void) const |
bool | empty (void) const |
Public Attributes | |
std::vector< Motion * > | motions_ |
CellPDF::Element * | elem_ |
A struct containing an array of motions and a corresponding PDF element.