#include <DMPData.h>
Public Types | |
typedef double | _d_gain_type |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _f_domain_type |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _f_targets_type |
typedef double | _k_gain_type |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _weights_type |
typedef boost::shared_ptr < ::dmp::DMPData_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::dmp::DMPData_ < ContainerAllocator > > | Ptr |
typedef DMPData_ < ContainerAllocator > | Type |
Public Member Functions | |
DMPData_ () | |
DMPData_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | d_gain |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | f_domain |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | f_targets |
double | k_gain |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | weights |
typedef double dmp::DMPData_< ContainerAllocator >::_d_gain_type |
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::_f_domain_type |
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::_f_targets_type |
typedef double dmp::DMPData_< ContainerAllocator >::_k_gain_type |
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::_weights_type |
typedef boost::shared_ptr< ::dmp::DMPData_<ContainerAllocator> const> dmp::DMPData_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::dmp::DMPData_<ContainerAllocator> > dmp::DMPData_< ContainerAllocator >::Ptr |
typedef DMPData_<ContainerAllocator> dmp::DMPData_< ContainerAllocator >::Type |
dmp::DMPData_< ContainerAllocator >::DMPData_ | ( | ) | [inline] |
dmp::DMPData_< ContainerAllocator >::DMPData_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > dmp::DMPData_< ContainerAllocator >::__connection_header |
double dmp::DMPData_< ContainerAllocator >::d_gain |
std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::f_domain |
std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::f_targets |
double dmp::DMPData_< ContainerAllocator >::k_gain |
std::vector<double, typename ContainerAllocator::template rebind<double>::other > dmp::DMPData_< ContainerAllocator >::weights |