#include <gtest/gtest.h>
#include <pcl/common/common.h>
#include <pcl/common/distances.h>
#include <pcl/common/intersections.h>
#include <pcl/common/eigen.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/common/centroid.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PCL, PointXYZRGB) | |
TEST (PCL, PointXYZRGBNormal) | |
TEST (PCL, isFinite) | |
TEST (PCL, Common) | |
TEST (PCL, Eigen) | |
TEST (PCL, PointCloud) | |
TEST (PCL, PointTypes) | |
TEST (PCL, Intersections) | |
TEST (PCL, compute3DCentroid) | |
TEST (PCL, computeCovarianceMatrix) | |
TEST (PCL, computeCovarianceMatrixNormalized) | |
TEST (PCL, computeDemeanedCovariance) | |
TEST (PCL, computeMeanAndCovariance) | |
TEST (PCL, CopyIfFieldExists) | |
TEST (PCL, SetIfFieldExists) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 967 of file test_common.cpp.
TEST | ( | PCL | , |
PointXYZRGB | |||
) |
Definition at line 53 of file test_common.cpp.
TEST | ( | PCL | , |
PointXYZRGBNormal | |||
) |
Definition at line 87 of file test_common.cpp.
TEST | ( | PCL | , |
isFinite | |||
) |
Definition at line 121 of file test_common.cpp.
TEST | ( | PCL | , |
Common | |||
) |
Definition at line 132 of file test_common.cpp.
TEST | ( | PCL | , |
Eigen | |||
) |
Definition at line 147 of file test_common.cpp.
TEST | ( | PCL | , |
PointCloud | |||
) |
Definition at line 176 of file test_common.cpp.
TEST | ( | PCL | , |
PointTypes | |||
) |
Definition at line 281 of file test_common.cpp.
TEST | ( | PCL | , |
Intersections | |||
) |
Definition at line 300 of file test_common.cpp.
TEST | ( | PCL | , |
compute3DCentroid | |||
) |
Definition at line 320 of file test_common.cpp.
TEST | ( | PCL | , |
computeCovarianceMatrix | |||
) |
Definition at line 413 of file test_common.cpp.
TEST | ( | PCL | , |
computeCovarianceMatrixNormalized | |||
) |
Definition at line 529 of file test_common.cpp.
TEST | ( | PCL | , |
computeDemeanedCovariance | |||
) |
Definition at line 647 of file test_common.cpp.
TEST | ( | PCL | , |
computeMeanAndCovariance | |||
) |
Definition at line 753 of file test_common.cpp.
TEST | ( | PCL | , |
CopyIfFieldExists | |||
) |
Definition at line 884 of file test_common.cpp.
TEST | ( | PCL | , |
SetIfFieldExists | |||
) |
Definition at line 936 of file test_common.cpp.