#include <gtest/gtest.h>
#include <pcl/pcl_config.h>
#include <pcl/pcl_tests.h>
#include <pcl/point_types.h>
#include <pcl/common/spring.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PointCloudSpring, duplicateRows) | |
TEST (PointCloudSpring, duplicateColumns) | |
TEST (PointCloudSpring, mirrorRows) | |
TEST (PointCloudSpring, mirrorColumns) | |
TEST (PointCloudSpring, deleteRows) | |
TEST (PointCloudSpring, deleteCols) | |
Variables | |
const int | amount = 2 |
PointCloud< PointXYZ >::Ptr | cloud_ptr (new PointCloud< PointXYZ >(4, 5)) |
const size_t | size = 5 * 4 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 205 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
duplicateRows | |||
) |
Definition at line 88 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
duplicateColumns | |||
) |
Definition at line 108 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
mirrorRows | |||
) |
Definition at line 129 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
mirrorColumns | |||
) |
Definition at line 150 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
deleteRows | |||
) |
Definition at line 172 of file test_spring.cpp.
TEST | ( | PointCloudSpring | , |
deleteCols | |||
) |
Definition at line 188 of file test_spring.cpp.
const int amount = 2 |
Definition at line 48 of file test_spring.cpp.
PointCloud<PointXYZ>::Ptr cloud_ptr(new PointCloud< PointXYZ >(4, 5)) |
const size_t size = 5 * 4 |
Definition at line 47 of file test_spring.cpp.