| 28 | |
| 29 | template<typename T> |
| 30 | class AnisotropicDiffusion : public ::testing::Test {}; |
| 31 | |
| 32 | typedef ::testing::Types<float, double, int, uint, schar, uchar, short, ushort> |
| 33 | TestTypes; |
nothing calls this directly
no outgoing calls
no test coverage detected