#include <pcl_util.h>
Public Types | |
typedef boost::shared_ptr < SeriesedBoolean > | Ptr |
Public Member Functions | |
virtual void | addValue (bool val) |
virtual void | clear () |
virtual bool | getValue () |
virtual bool | isAllTrueFilled () |
SeriesedBoolean (const int buf_len) | |
virtual | ~SeriesedBoolean () |
Private Attributes | |
boost::circular_buffer< bool > | buf_ |
const int | buf_len_ |
Definition at line 201 of file pcl_util.h.
typedef boost::shared_ptr<SeriesedBoolean> jsk_recognition_utils::SeriesedBoolean::Ptr |
Definition at line 204 of file pcl_util.h.
jsk_recognition_utils::SeriesedBoolean::SeriesedBoolean | ( | const int | buf_len | ) |
Definition at line 204 of file pcl_util.cpp.
jsk_recognition_utils::SeriesedBoolean::~SeriesedBoolean | ( | ) | [virtual] |
Definition at line 209 of file pcl_util.cpp.
void jsk_recognition_utils::SeriesedBoolean::addValue | ( | bool | val | ) | [virtual] |
Definition at line 213 of file pcl_util.cpp.
void jsk_recognition_utils::SeriesedBoolean::clear | ( | ) | [virtual] |
Definition at line 240 of file pcl_util.cpp.
bool jsk_recognition_utils::SeriesedBoolean::getValue | ( | ) | [virtual] |
Definition at line 223 of file pcl_util.cpp.
bool jsk_recognition_utils::SeriesedBoolean::isAllTrueFilled | ( | ) | [virtual] |
Definition at line 218 of file pcl_util.cpp.
boost::circular_buffer<bool> jsk_recognition_utils::SeriesedBoolean::buf_ [private] |
Definition at line 213 of file pcl_util.h.
const int jsk_recognition_utils::SeriesedBoolean::buf_len_ [private] |
Definition at line 214 of file pcl_util.h.