#include <paint_bc_impl.h>
|
| | paint_bc_impl (int width, int repeats, int equalization, int randomsrc, int inputs) |
| |
| | ~paint_bc_impl () |
| |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| |
| int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| |
|
| typedef std::shared_ptr< paint_bc > | sptr |
| |
| static sptr | make (int width, int repeats, int equalization, int randomsrc, int inputs) |
| | Return a shared_ptr to a new instance of paint::paint_bc.
|
| |
◆ paint_bc_impl()
| gr::paint::paint_bc_impl::paint_bc_impl |
( |
int | width, |
|
|
int | repeats, |
|
|
int | equalization, |
|
|
int | randomsrc, |
|
|
int | inputs ) |
◆ ~paint_bc_impl()
| gr::paint::paint_bc_impl::~paint_bc_impl |
( |
| ) |
|
◆ forecast()
| void gr::paint::paint_bc_impl::forecast |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items_required ) |
◆ general_work()
| int gr::paint::paint_bc_impl::general_work |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
The documentation for this class was generated from the following file: