#include <SplineCoefficients.h>
Public Types | |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _coefficients_type |
typedef boost::shared_ptr < ::spline_smoother::SplineCoefficients_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::spline_smoother::SplineCoefficients_ < ContainerAllocator > > | Ptr |
typedef SplineCoefficients_ < ContainerAllocator > | Type |
Public Member Functions | |
SplineCoefficients_ () | |
SplineCoefficients_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | coefficients |
Definition at line 21 of file SplineCoefficients.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > spline_smoother::SplineCoefficients_< ContainerAllocator >::_coefficients_type |
Definition at line 34 of file SplineCoefficients.h.
typedef boost::shared_ptr< ::spline_smoother::SplineCoefficients_<ContainerAllocator> const> spline_smoother::SplineCoefficients_< ContainerAllocator >::ConstPtr |
Definition at line 39 of file SplineCoefficients.h.
typedef boost::shared_ptr< ::spline_smoother::SplineCoefficients_<ContainerAllocator> > spline_smoother::SplineCoefficients_< ContainerAllocator >::Ptr |
Definition at line 38 of file SplineCoefficients.h.
typedef SplineCoefficients_<ContainerAllocator> spline_smoother::SplineCoefficients_< ContainerAllocator >::Type |
Definition at line 22 of file SplineCoefficients.h.
spline_smoother::SplineCoefficients_< ContainerAllocator >::SplineCoefficients_ | ( | ) | [inline] |
Definition at line 24 of file SplineCoefficients.h.
spline_smoother::SplineCoefficients_< ContainerAllocator >::SplineCoefficients_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file SplineCoefficients.h.
boost::shared_ptr<std::map<std::string, std::string> > spline_smoother::SplineCoefficients_< ContainerAllocator >::__connection_header |
Definition at line 40 of file SplineCoefficients.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > spline_smoother::SplineCoefficients_< ContainerAllocator >::coefficients |
Definition at line 35 of file SplineCoefficients.h.