a fixture to test FIFO filtering More...
#include <mia/3d/fifotestfixture.hh>
Public Member Functions | |
void | call_test (C2DImageFifoFilter &filter) const |
template<typename A , typename B > | |
void | prepare (const A *input_data, const B *test_data, const C2DBounds &size, size_t slices) |
Data Fields | |
C2DImageStack | m_in_data |
C2DImageStack | m_test_data |
a fixture to test FIFO filtering
A | the input data type |
B | the extected data type |
input_data | the input data as flat array |
test_data | the expected result data as flat array |
size | the size of the input slices |
slices | the number of slices to process. |
Definition at line 42 of file fifotestfixture.hh.
void fifof_Fixture::call_test | ( | C2DImageFifoFilter & | filter | ) | const |
void fifof_Fixture::prepare | ( | const A * | input_data, |
const B * | test_data, | ||
const C2DBounds & | size, | ||
size_t | slices | ||
) |
Definition at line 52 of file fifotestfixture.hh.
References cvdebug(), NS_MIA_END, T2DVector< T >::x, and T2DVector< T >::y.
C2DImageStack fifof_Fixture::m_in_data |
Definition at line 47 of file fifotestfixture.hh.
C2DImageStack fifof_Fixture::m_test_data |
Definition at line 48 of file fifotestfixture.hh.