Point Cloud Library (PCL)  1.14.0-dev
List of all members | 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>

+ Inheritance diagram for pcl::visualization::PCLContextImageItem:
+ Collaboration diagram for pcl::visualization::PCLContextImageItem:

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 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

◆ PCLContextImageItem()

pcl::visualization::PCLContextImageItem::PCLContextImageItem ( )

Member Function Documentation

◆ New()

static PCLContextImageItem* pcl::visualization::PCLContextImageItem::New ( )
static

◆ Paint()

bool pcl::visualization::PCLContextImageItem::Paint ( vtkContext2D *  painter)
override

◆ set()

void pcl::visualization::PCLContextImageItem::set ( float  _x,
float  _y,
vtkImageData *  _image 
)

◆ vtkTypeMacro()

pcl::visualization::PCLContextImageItem::vtkTypeMacro ( PCLContextImageItem  ,
vtkContextItem   
)

Member Data Documentation

◆ image

vtkSmartPointer<vtkImageData> pcl::visualization::PCLContextImageItem::image

Definition at line 84 of file pcl_context_item.h.

◆ x

float pcl::visualization::PCLContextImageItem::x

Definition at line 85 of file pcl_context_item.h.

◆ y

float pcl::visualization::PCLContextImageItem::y

Definition at line 85 of file pcl_context_item.h.


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