#include <ros/ros.h>#include <gtest/gtest.h>#include <sensor_msgs/PointCloud2.h>#include <pcl_msgs/PointIndices.h>#include <pcl_conversions/pcl_conversions.h>
Go to the source code of this file.
| Classes | |
| class | ExtractIndicesTest | 
| Functions | |
| int | main (int argc, char **argv) | 
| TEST_F (ExtractIndicesTest, testEvenIndices) | |
| TEST_F (ExtractIndicesTest, testOddIndices) | |
| TEST_F (ExtractIndicesTest, testEvenOrganizedIndices) | |
| TEST_F (ExtractIndicesTest, testOddOrganizedIndices) | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 208 of file test_extract_indices.cpp.
| TEST_F | ( | ExtractIndicesTest | , | 
| testEvenIndices | |||
| ) | 
Definition at line 165 of file test_extract_indices.cpp.
| TEST_F | ( | ExtractIndicesTest | , | 
| testOddIndices | |||
| ) | 
Definition at line 173 of file test_extract_indices.cpp.
| TEST_F | ( | ExtractIndicesTest | , | 
| testEvenOrganizedIndices | |||
| ) | 
Definition at line 181 of file test_extract_indices.cpp.
| TEST_F | ( | ExtractIndicesTest | , | 
| testOddOrganizedIndices | |||
| ) | 
Definition at line 194 of file test_extract_indices.cpp.