#include <gtest/gtest.h>
#include <iostream>
#include <sensor_msgs/PointCloud2.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
Go to the source code of this file.
Typedefs | |
typedef pcl::PointXYZ | Point |
typedef pcl::PointCloud< Point > | PointCloud |
Functions | |
void | init () |
int | main (int argc, char **argv) |
TEST (PCL, Iterators) | |
Variables | |
PointCloud | cloud |
typedef pcl::PointXYZ Point |
Definition at line 46 of file test_iterators.cpp.
typedef pcl::PointCloud<Point> PointCloud |
Definition at line 47 of file test_iterators.cpp.
void init | ( | ) |
Definition at line 52 of file test_iterators.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 78 of file test_iterators.cpp.
TEST | ( | PCL | , |
Iterators | |||
) |
Definition at line 62 of file test_iterators.cpp.
Definition at line 49 of file test_iterators.cpp.