#include <pcl_util.h>
Public Types | |
typedef boost::shared_ptr < SeriesedBoolean > | Ptr |
Public Member Functions | |
virtual void | addValue (bool val) |
virtual bool | getValue () |
SeriesedBoolean (const int buf_len) | |
virtual | ~SeriesedBoolean () |
Private Attributes | |
boost::circular_buffer< bool > | buf_ |
Definition at line 225 of file pcl_util.h.
typedef boost::shared_ptr<SeriesedBoolean> jsk_recognition_utils::SeriesedBoolean::Ptr |
Definition at line 228 of file pcl_util.h.
jsk_recognition_utils::SeriesedBoolean::SeriesedBoolean | ( | const int | buf_len | ) |
Definition at line 242 of file pcl_util.cpp.
jsk_recognition_utils::SeriesedBoolean::~SeriesedBoolean | ( | ) | [virtual] |
Definition at line 247 of file pcl_util.cpp.
void jsk_recognition_utils::SeriesedBoolean::addValue | ( | bool | val | ) | [virtual] |
Definition at line 251 of file pcl_util.cpp.
bool jsk_recognition_utils::SeriesedBoolean::getValue | ( | ) | [virtual] |
Definition at line 256 of file pcl_util.cpp.
boost::circular_buffer<bool> jsk_recognition_utils::SeriesedBoolean::buf_ [private] |
Definition at line 235 of file pcl_util.h.