Point Cloud Library (PCL)  1.7.0
Public Member Functions | Static Public Member Functions | Public Attributes
pcl::visualization::PCLContextImageItem Struct Reference

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>

List of all members.

Public Member Functions

 vtkTypeMacro (PCLContextImageItem, vtkContextItem)
 PCLContextImageItem ()
virtual bool Paint (vtkContext2D *painter)
void set (float _x, float _y, vtkImageData *_image)

Static Public Member Functions

static PCLContextImageItemNew ()

Public Attributes

vtkSmartPointer< vtkImageData > image
float x
float y

Detailed Description

Struct PCLContextImageItem a specification of vtkContextItem, used to add an image to the scene in the ImageViewer class.

Author:
Nizar Sallem

Definition at line 76 of file pcl_context_item.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual bool pcl::visualization::PCLContextImageItem::Paint ( vtkContext2D *  painter) [virtual]
void pcl::visualization::PCLContextImageItem::set ( float  _x,
float  _y,
vtkImageData *  _image 
)

Member Data Documentation

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.


The documentation for this struct was generated from the following file: