#include <gtest/gtest.h>
#include <moveit/mesh_filter/mesh_filter.h>
#include <moveit/mesh_filter/stereo_camera_model.h>
#include <geometric_shapes/shapes.h>
#include <geometric_shapes/shape_operations.h>
#include <eigen3/Eigen/Eigen>
#include <vector>
Go to the source code of this file.
Namespaces | |
mesh_filter_test | |
Typedefs | |
typedef mesh_filter_test::MeshFilterTest< float > | MeshFilterTestFloat |
typedef mesh_filter_test::MeshFilterTest< unsigned short > | MeshFilterTestUnsignedShort |
Functions | |
template<typename Type > | |
const Type | mesh_filter_test::getRandomNumber (const Type &min, const Type &max) |
INSTANTIATE_TEST_CASE_P (float_test, MeshFilterTestFloat,::testing::Range< double >(0.0f, 6.0f, 0.5f)) | |
INSTANTIATE_TEST_CASE_P (ushort_test, MeshFilterTestUnsignedShort,::testing::Range< double >(0.0f, 6.0f, 0.5f)) | |
int | main (int argc, char **argv) |
TEST_P (MeshFilterTestFloat, float) | |
TEST_P (MeshFilterTestUnsignedShort, unsigned_short) | |
typedef mesh_filter_test::MeshFilterTest<float> MeshFilterTestFloat |
Definition at line 303 of file mesh_filter_test.cpp.
typedef mesh_filter_test::MeshFilterTest<unsigned short> MeshFilterTestUnsignedShort |
Definition at line 311 of file mesh_filter_test.cpp.
INSTANTIATE_TEST_CASE_P | ( | float_test | , |
MeshFilterTestFloat | , | ||
::testing::Range< double > | 0.0f, 6.0f, 0.5f | ||
) |
INSTANTIATE_TEST_CASE_P | ( | ushort_test | , |
MeshFilterTestUnsignedShort | , | ||
::testing::Range< double > | 0.0f, 6.0f, 0.5f | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 319 of file mesh_filter_test.cpp.
TEST_P | ( | MeshFilterTestFloat | , |
float | |||
) |
Definition at line 304 of file mesh_filter_test.cpp.
TEST_P | ( | MeshFilterTestUnsignedShort | , |
unsigned_short | |||
) |
Definition at line 312 of file mesh_filter_test.cpp.