1#ifndef GLK_POINT_CORRESPONDENCES_BUFFER_HPP
2#define GLK_POINT_CORRESPONDENCES_BUFFER_HPP
10#include <pcl/point_types.h>
11#include <pcl/point_cloud.h>
12#include <pcl/correspondence.h>
20 using Ptr = std::shared_ptr<PointCorrespondences>;
23 template <
typename Po
intT>
25 const pcl::shared_ptr<
const pcl::PointCloud<PointT>>&
source_cloud,
26 const pcl::shared_ptr<
const pcl::PointCloud<PointT>>&
target_cloud,
35 std::unique_ptr<glk::ThinLines> lines;
Definition drawable.hpp:12
Definition glsl_shader.hpp:20
Definition point_correspondences.hpp:17
virtual void draw(glk::GLSLShader &shader) const override
virtual ~PointCorrespondences() override
std::shared_ptr< PointCorrespondences > Ptr
Definition point_correspondences.hpp:20
Definition async_buffer_copy.hpp:6
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20