#include <pcl_context_item.h>
Public Member Functions | |
virtual bool | Paint (vtkContext2D *painter) |
PCLContextImageItem () | |
void | set (float _x, float _y, vtkImageData *_image) |
vtkTypeMacro (PCLContextImageItem, vtkContextItem) | |
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.
Definition at line 211 of file pcl_context_item.cpp.
static PCLContextImageItem* pcl::visualization::PCLContextImageItem::New | ( | ) | [static] |
bool pcl::visualization::PCLContextImageItem::Paint | ( | vtkContext2D * | painter | ) | [virtual] |
Definition at line 86 of file pcl_context_item.cpp.
void pcl::visualization::PCLContextImageItem::set | ( | float | _x, |
float | _y, | ||
vtkImageData * | _image | ||
) |
Definition at line 77 of file pcl_context_item.cpp.
pcl::visualization::PCLContextImageItem::vtkTypeMacro | ( | PCLContextImageItem | , |
vtkContextItem | |||
) |
vtkSmartPointer<vtkImageData> pcl::visualization::PCLContextImageItem::image |
Definition at line 84 of file pcl_context_item.h.
Definition at line 85 of file pcl_context_item.h.
Definition at line 85 of file pcl_context_item.h.