#include <MovingEdgeSite.h>
Public Types | |
typedef int32_t | _suppress_type |
typedef double | _x_type |
typedef double | _y_type |
typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSite_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSite_ < ContainerAllocator > > | Ptr |
typedef MovingEdgeSite_ < ContainerAllocator > | Type |
Public Member Functions | |
MovingEdgeSite_ () | |
MovingEdgeSite_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | suppress |
double | x |
double | y |
Definition at line 21 of file MovingEdgeSite.h.
typedef int32_t visp_tracker::MovingEdgeSite_< ContainerAllocator >::_suppress_type |
Definition at line 44 of file MovingEdgeSite.h.
typedef double visp_tracker::MovingEdgeSite_< ContainerAllocator >::_x_type |
Definition at line 38 of file MovingEdgeSite.h.
typedef double visp_tracker::MovingEdgeSite_< ContainerAllocator >::_y_type |
Definition at line 41 of file MovingEdgeSite.h.
typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSite_<ContainerAllocator> const> visp_tracker::MovingEdgeSite_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file MovingEdgeSite.h.
typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSite_<ContainerAllocator> > visp_tracker::MovingEdgeSite_< ContainerAllocator >::Ptr |
Definition at line 48 of file MovingEdgeSite.h.
typedef MovingEdgeSite_<ContainerAllocator> visp_tracker::MovingEdgeSite_< ContainerAllocator >::Type |
Definition at line 22 of file MovingEdgeSite.h.
visp_tracker::MovingEdgeSite_< ContainerAllocator >::MovingEdgeSite_ | ( | ) | [inline] |
Definition at line 24 of file MovingEdgeSite.h.
visp_tracker::MovingEdgeSite_< ContainerAllocator >::MovingEdgeSite_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file MovingEdgeSite.h.
boost::shared_ptr<std::map<std::string, std::string> > visp_tracker::MovingEdgeSite_< ContainerAllocator >::__connection_header |
Definition at line 50 of file MovingEdgeSite.h.
int32_t visp_tracker::MovingEdgeSite_< ContainerAllocator >::suppress |
Definition at line 45 of file MovingEdgeSite.h.
double visp_tracker::MovingEdgeSite_< ContainerAllocator >::x |
Definition at line 39 of file MovingEdgeSite.h.
double visp_tracker::MovingEdgeSite_< ContainerAllocator >::y |
Definition at line 42 of file MovingEdgeSite.h.