MEPP2 Project
|
#include <pcl/pcl_macros.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <Eigen/Core>
#include <stdexcept>
#include <ostream>
Go to the source code of this file.
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
Macros | |
#define | PCL_NO_PRECOMPILE |
Typedefs | |
using | FEVV::PCLKernelType = float |
using | FEVV::PCLColorType = uint8_t |
using | FEVV::PCLEnrichedPoint = pcl::PointXYZRGBNormal |
using | FEVV::PCLPointCloud = pcl::PointCloud< PCLEnrichedPoint > |
using | FEVV::PCLPoint = Eigen::Vector3f |
using | FEVV::PCLVector = Eigen::Vector3f |
using | FEVV::PCLColor = Eigen::Matrix< PCLColorType, 3, 1 > |
#define PCL_NO_PRECOMPILE |
Definition at line 13 of file DataStructures_pcl_point_cloud.h.