#include <ndt_frame_viewer.h>
Public Member Functions | |
boost::shared_ptr < pcl::visualization::PCLVisualizer > & | getViewerPtr () |
NDTFrameViewer (NDTFrameProc< PointT > *proc) | |
void | showFeaturePC () |
void | showMatches (const std::vector< cv::DMatch > &matches) |
void | showMatches (const std::vector< std::pair< int, int > > &matches) |
void | showNDT () |
void | showPC () |
void | spinOnce () |
bool | wasStopped () |
Private Member Functions | |
pcl::PointXYZRGB | getPCLColor (int r, int g, int b) |
pcl::PointXYZRGB | getPCLColor (size_t i) |
void | initViewer () |
Private Attributes | |
NDTFrameProc< PointT > * | _proc |
boost::shared_ptr < pcl::visualization::PCLVisualizer > | _viewer |
Definition at line 73 of file ndt_frame_viewer.h.
ndt_feature_reg::NDTFrameViewer< PointT >::NDTFrameViewer | ( | NDTFrameProc< PointT > * | proc | ) |
Definition at line 7 of file ndt_frame_viewer.hpp.
pcl::PointXYZRGB ndt_feature_reg::NDTFrameViewer< PointT >::getPCLColor | ( | int | r, |
int | g, | ||
int | b | ||
) | [inline, private] |
Definition at line 95 of file ndt_frame_viewer.h.
pcl::PointXYZRGB ndt_feature_reg::NDTFrameViewer< PointT >::getPCLColor | ( | size_t | i | ) | [inline, private] |
Definition at line 104 of file ndt_frame_viewer.h.
boost::shared_ptr<pcl::visualization::PCLVisualizer>& ndt_feature_reg::NDTFrameViewer< PointT >::getViewerPtr | ( | ) | [inline] |
Definition at line 83 of file ndt_frame_viewer.h.
void ndt_feature_reg::NDTFrameViewer< PointT >::initViewer | ( | ) | [private] |
Definition at line 24 of file ndt_frame_viewer.hpp.
void ndt_feature_reg::NDTFrameViewer< PointT >::showFeaturePC | ( | ) |
Definition at line 48 of file ndt_frame_viewer.hpp.
void ndt_feature_reg::NDTFrameViewer< PointT >::showMatches | ( | const std::vector< cv::DMatch > & | matches | ) |
Definition at line 105 of file ndt_frame_viewer.hpp.
void ndt_feature_reg::NDTFrameViewer< PointT >::showMatches | ( | const std::vector< std::pair< int, int > > & | matches | ) |
Definition at line 80 of file ndt_frame_viewer.hpp.
void ndt_feature_reg::NDTFrameViewer< PointT >::showNDT | ( | ) |
Definition at line 73 of file ndt_frame_viewer.hpp.
void ndt_feature_reg::NDTFrameViewer< PointT >::showPC | ( | ) |
void ndt_feature_reg::NDTFrameViewer< PointT >::spinOnce | ( | ) |
Definition at line 121 of file ndt_frame_viewer.hpp.
bool ndt_feature_reg::NDTFrameViewer< PointT >::wasStopped | ( | ) |
Definition at line 114 of file ndt_frame_viewer.hpp.
NDTFrameProc<PointT>* ndt_feature_reg::NDTFrameViewer< PointT >::_proc [private] |
Definition at line 93 of file ndt_frame_viewer.h.
boost::shared_ptr<pcl::visualization::PCLVisualizer> ndt_feature_reg::NDTFrameViewer< PointT >::_viewer [private] |
Definition at line 92 of file ndt_frame_viewer.h.