Jafar
|
**************************************************************************** ExecutivePassThrough More...
**************************************************************************** ExecutivePassThrough
Definition at line 297 of file executives.hpp.
#include <executives.hpp>
Public Types | |
typedef pcl::PassThrough< PointT > | Filter |
typedef jafar::velodyneutils::Data < pcl::PointCloud< PointT > > | Data |
Public Member Functions | |
ExecutivePassThrough (Filter *filterIn, Data *inputIn, Data *outputIn, const std::string &idIn) | |
void | setInput (Data *input) |
void | setFieldName (const std::string &fieldName) |
void | setLimits (float limitMin, float limitMax) |
void | setOutput (Data *output) |
virtual void | update () |
virtual bool | isId (const std::string &id) const |
Private Attributes | |
Filter * | filter |
Data * | input |
Data * | output |
int | time |
bool | updateNecessary |
std::string | id |
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |