An image viewer interactor style, tailored for ImageViewer. More...
#include <image_viewer.h>
Public Member Functions | |
void | adjustCamera (vtkImageData *image, vtkRenderer *ren) |
void | adjustCamera (vtkRenderer *ren) |
ImageViewerInteractorStyle () | |
virtual void | OnChar () |
virtual void | OnLeftButtonDown () |
virtual void | OnMiddleButtonDown () |
virtual void | OnMouseWheelBackward () |
virtual void | OnMouseWheelForward () |
virtual void | OnRightButtonDown () |
Static Public Member Functions | |
static ImageViewerInteractorStyle * | New () |
An image viewer interactor style, tailored for ImageViewer.
Definition at line 74 of file image_viewer.h.
Definition at line 930 of file src/image_viewer.cpp.
void pcl::visualization::ImageViewerInteractorStyle::adjustCamera | ( | vtkImageData * | image, |
vtkRenderer * | ren | ||
) |
Definition at line 978 of file src/image_viewer.cpp.
void pcl::visualization::ImageViewerInteractorStyle::adjustCamera | ( | vtkRenderer * | ren | ) |
Definition at line 1000 of file src/image_viewer.cpp.
static ImageViewerInteractorStyle* pcl::visualization::ImageViewerInteractorStyle::New | ( | ) | [static] |
void pcl::visualization::ImageViewerInteractorStyle::OnChar | ( | ) | [virtual] |
Definition at line 936 of file src/image_viewer.cpp.
void pcl::visualization::ImageViewerInteractorStyle::OnLeftButtonDown | ( | ) | [virtual] |
Definition at line 1016 of file src/image_viewer.cpp.
virtual void pcl::visualization::ImageViewerInteractorStyle::OnMiddleButtonDown | ( | ) | [inline, virtual] |
Definition at line 82 of file image_viewer.h.
virtual void pcl::visualization::ImageViewerInteractorStyle::OnMouseWheelBackward | ( | ) | [inline, virtual] |
Definition at line 81 of file image_viewer.h.
virtual void pcl::visualization::ImageViewerInteractorStyle::OnMouseWheelForward | ( | ) | [inline, virtual] |
Definition at line 80 of file image_viewer.h.
virtual void pcl::visualization::ImageViewerInteractorStyle::OnRightButtonDown | ( | ) | [inline, virtual] |
Definition at line 83 of file image_viewer.h.