|
Point Cloud Library (PCL) 1.15.1
|
Public Slots | |
| void | saveFileButtonPressed () |
| Triggered whenever the "Save file" button is clicked. | |
| void | loadFileButtonPressed () |
| Triggered whenever the "Load file" button is clicked. | |
| void | axisChosen () |
| Triggered whenever a button in the "Color on axis" group is clicked. | |
| void | lookUpTableChosen () |
| Triggered whenever a button in the "Color mode" group is clicked. | |
| void | randomButtonPressed () |
| void | RGBsliderReleased () |
| void | pSliderValueChanged (int value) |
| void | redSliderValueChanged (int value) |
| void | greenSliderValueChanged (int value) |
| void | blueSliderValueChanged (int value) |
Public Member Functions | |
| PCLViewer (QWidget *parent=0) | |
| Constructor. | |
| ~PCLViewer () | |
| Destructor. | |
| PCLViewer (QWidget *parent=0) | |
| ~PCLViewer () | |
Protected Member Functions | |
| void | refreshView () |
| Rerender the view. | |
| void | colorCloudDistances () |
| Color point cloud on X,Y or Z axis using a Look-Up Table (LUT) Computes a LUT and color the cloud accordingly, available color palettes are : | |
| void | refreshView () |
Protected Attributes | |
| pcl::visualization::PCLVisualizer::Ptr | viewer_ |
| The PCL visualizer object. | |
| PointCloudT::Ptr | cloud_ |
| The point cloud displayed. | |
| int | filtering_axis_ |
| 0 = x | 1 = y | 2 = z | |
| int | color_mode_ |
| Holds the color mode for colorCloudDistances. | |
| pcl::visualization::PCLVisualizer::Ptr | viewer |
| PointCloudT::Ptr | cloud |
| unsigned int | red |
| unsigned int | green |
| unsigned int | blue |
Definition at line 26 of file pclviewer.h.
|
explicit |
Constructor.
| PCLViewer::~PCLViewer | ( | ) |
Destructor.
|
explicit |
| PCLViewer::~PCLViewer | ( | ) |
|
slot |
Triggered whenever a button in the "Color on axis" group is clicked.
|
slot |
|
protected |
Color point cloud on X,Y or Z axis using a Look-Up Table (LUT) Computes a LUT and color the cloud accordingly, available color palettes are :
Values are on a scale from 0 to 255:
|
slot |
|
slot |
Triggered whenever the "Load file" button is clicked.
|
slot |
Triggered whenever a button in the "Color mode" group is clicked.
|
slot |
|
slot |
|
slot |
|
protected |
Rerender the view.
|
protected |
|
slot |
|
slot |
Triggered whenever the "Save file" button is clicked.
|
protected |
Definition at line 57 of file pclviewer.h.
|
protected |
Definition at line 53 of file pclviewer.h.
|
protected |
The point cloud displayed.
Definition at line 64 of file pclviewer.h.
|
protected |
Holds the color mode for colorCloudDistances.
Definition at line 70 of file pclviewer.h.
|
protected |
0 = x | 1 = y | 2 = z
Definition at line 67 of file pclviewer.h.
|
protected |
Definition at line 56 of file pclviewer.h.
|
protected |
Definition at line 55 of file pclviewer.h.
|
protected |
Definition at line 52 of file pclviewer.h.
|
protected |
The PCL visualizer object.
Definition at line 61 of file pclviewer.h.