Xmipp  v3.23.11-Nereus
Classes | Macros | Typedefs | Functions
test_single_extrema_finder.cpp File Reference
#include "reconstruction/single_extrema_finder.h"
#include "asingle_extrema_finder_tests.h"
Include dependency graph for test_single_extrema_finder.cpp:

Go to the source code of this file.

Classes

class  SingleExtremaFinder_Test< T >
 

Macros

#define SETUPTESTCASE_SPECIFIC
 

Typedefs

typedef ::testing::Types< float, double > TestTypes
 

Functions

 INSTANTIATE_TYPED_TEST_SUITE_P (CPU, SingleExtremaFinder_Test, TestTypes)
 

Macro Definition Documentation

◆ SETUPTESTCASE_SPECIFIC

#define SETUPTESTCASE_SPECIFIC

Typedef Documentation

◆ TestTypes

typedef ::testing::Types<float, double> TestTypes

Definition at line 12 of file test_single_extrema_finder.cpp.

Function Documentation

◆ INSTANTIATE_TYPED_TEST_SUITE_P()

INSTANTIATE_TYPED_TEST_SUITE_P ( CPU  ,
SingleExtremaFinder_Test  ,
TestTypes   
)