|
Point Cloud Library (PCL) 1.15.1
|
Struct PCLContextImageItem a specification of vtkContextItem, used to add an image to the scene in the ImageViewer class. More...
#include <pcl/visualization/vtk/pcl_context_item.h>
Public Member Functions | |
| vtkTypeMacro (PCLContextImageItem, vtkContextItem) | |
| PCLContextImageItem () | |
| bool | Paint (vtkContext2D *painter) override |
| void | set (float _x, float _y, vtkImageData *_image) |
Static Public Member Functions | |
| static PCLContextImageItem * | New () |
Public Attributes | |
| vtkSmartPointer< vtkImageData > | image |
| float | x |
| float | y |
Struct PCLContextImageItem a specification of vtkContextItem, used to add an image to the scene in the ImageViewer class.
Definition at line 76 of file pcl_context_item.h.
| pcl::visualization::PCLContextImageItem::PCLContextImageItem | ( | ) |
Referenced by New(), and vtkTypeMacro().
|
static |
References PCLContextImageItem().
|
override |
| void pcl::visualization::PCLContextImageItem::set | ( | float | _x, |
| float | _y, | ||
| vtkImageData * | _image ) |
| pcl::visualization::PCLContextImageItem::vtkTypeMacro | ( | PCLContextImageItem | , |
| vtkContextItem | ) |
References PCLContextImageItem().
| vtkSmartPointer<vtkImageData> pcl::visualization::PCLContextImageItem::image |
Definition at line 84 of file pcl_context_item.h.
| float pcl::visualization::PCLContextImageItem::x |
Definition at line 85 of file pcl_context_item.h.
| float pcl::visualization::PCLContextImageItem::y |
Definition at line 85 of file pcl_context_item.h.