Struct EST::MotionInfo

Nested Relationships

This struct is a nested type of Class EST.

Struct Documentation

struct MotionInfo

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

Public Functions

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

Public Members

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