21 #ifndef _PLUGINS_LASER_FILTER_FILTERS_COPY_H_ 22 #define _PLUGINS_LASER_FILTER_FILTERS_COPY_H_ 31 std::vector<Buffer *> &
in);
void filter()
Filter the incoming data.
std::string filter_name
Name of the specific filter instance.
Copy laser data without modification to a new name.
LaserCopyDataFilter(const std::string &filter_name, unsigned int in_data_size, std::vector< Buffer * > &in)
Constructor.
std::vector< Buffer * > in
Vector of input arrays.
unsigned int in_data_size
Number of entries in input arrays.