#include <iostream>
#include <vector>
#include <utility>
#include <cfloat>
#include <pcl/visualization/common/common.h>
#include <pcl/point_types.h>
#include <pcl/correspondence.h>
#include <pcl/point_cloud.h>
#include <pcl/common/io.h>
#include <vtkCommand.h>
#include <vtkChart.h>
#include <pcl/visualization/impl/pcl_plotter.hpp>
Go to the source code of this file.
Classes | |
struct | pcl::visualization::PCLPlotter::ExitCallback |
struct | pcl::visualization::PCLPlotter::ExitMainLoopTimerCallback |
class | pcl::visualization::PCLPlotter |
PCL Plotter main class. Given point correspondences this class can be used to plot the data one against the other and display it on the screen. It also has methods for providing plot for important functions like histogram etc. Important functions of PCLHistogramVisualizer are redefined here so that this single class can take responsibility of all plotting related functionalities. More... | |
Namespaces | |
namespace | pcl |
namespace | pcl::visualization |