#include <gtest/gtest.h>
#include <pcl/pcl_tests.h>
#include <pcl/point_types.h>
#include <pcl/common/random.h>
#include <pcl/common/generate.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (UniformCloudGenerator, PointXYZ) | |
TEST (UniformCloudGenerator, PointXY) | |
TEST (UniformCloudGenerator, Cube) | |
TEST (UniformCloudGenerator, Square) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 151 of file test_generator.cpp.
Definition at line 44 of file test_generator.cpp.
TEST | ( | UniformCloudGenerator | , |
PointXY | |||
) |
Definition at line 74 of file test_generator.cpp.
TEST | ( | UniformCloudGenerator | , |
Cube | |||
) |
Definition at line 100 of file test_generator.cpp.
TEST | ( | UniformCloudGenerator | , |
Square | |||
) |
Definition at line 126 of file test_generator.cpp.