21 #ifndef INCLUDED_RADAR_CROP_MATRIX_VCVC_IMPL_H
22 #define INCLUDED_RADAR_CROP_MATRIX_VCVC_IMPL_H
38 crop_matrix_vcvc_impl(
int vlen, std::vector<int> crop_x, std::vector<int> crop_y, std::string len_key);
46 int work(
int noutput_items,
47 gr_vector_int &ninput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
int calculate_output_stream_length(const gr_vector_int &ninput_items)
int d_vlen
Definition: crop_matrix_vcvc_impl.h:41
Definition: crop_matrix_vcvc_impl.h:29
crop_matrix_vcvc_impl(int vlen, std::vector< int > crop_x, std::vector< int > crop_y, std::string len_key)
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
std::vector< tag_t > d_tags
Definition: crop_matrix_vcvc_impl.h:43
std::vector< int > d_crop_x
Definition: crop_matrix_vcvc_impl.h:42
This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix...
Definition: crop_matrix_vcvc.h:42
std::vector< int > d_crop_y
Definition: crop_matrix_vcvc_impl.h:42