#include <gtest/gtest.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/pcl_tests.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PointCloud, size) | |
TEST (PointCloud, sq_brackets_wrapper) | |
TEST (PointCloud, at) | |
TEST (PointCloud, front) | |
TEST (PointCloud, back) | |
TEST (PointCloud, constructor_with_allocation) | |
TEST (PointCloud, constructor_with_allocation_valued) | |
TEST (PointCloud, iterators) | |
TEST (PointCloud, insert_range) | |
Variables | |
PointCloud< PointXYZ > | cloud |
const size_t | size = 10 * 480 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 138 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
size | |||
) |
Definition at line 51 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
sq_brackets_wrapper | |||
) |
Definition at line 56 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
at | |||
) |
Definition at line 63 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
front | |||
) |
Definition at line 70 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
back | |||
) |
Definition at line 76 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
constructor_with_allocation | |||
) |
Definition at line 82 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
constructor_with_allocation_valued | |||
) |
Definition at line 90 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
iterators | |||
) |
Definition at line 108 of file test_wrappers.cpp.
TEST | ( | PointCloud | , |
insert_range | |||
) |
Definition at line 120 of file test_wrappers.cpp.
Definition at line 48 of file test_wrappers.cpp.
const size_t size = 10 * 480 |
Definition at line 49 of file test_wrappers.cpp.