Viewer
display a stack of images
|
#include <gl_image_panel.h>
Public Slots | |
void | set_current_y_index (int index) |
Public Member Functions | |
GLImagePanelXZ (QWidget *parent, const char *name) | |
void | set_imgblock (jwsc::Imgblock_f *img_blk) |
Protected Member Functions | |
void | paintGL () |
void | resizeGL (int w, int h) |
void | mouseMoveEvent (QMouseEvent *event) |
Protected Attributes | |
float * | xz_img |
int | update_xz_img |
Definition at line 138 of file gl_image_panel.h.
GLImagePanelXZ::GLImagePanelXZ | ( | QWidget * | parent, |
const char * | name | ||
) |
Definition at line 242 of file gl_image_panel.cpp.
void GLImagePanelXZ::set_imgblock | ( | jwsc::Imgblock_f * | img_blk | ) | [virtual] |
Reimplemented from GLImagePanel.
void GLImagePanelXZ::set_current_y_index | ( | int | index | ) | [virtual, slot] |
Reimplemented from GLImagePanel.
Definition at line 251 of file gl_image_panel.cpp.
void GLImagePanelXZ::paintGL | ( | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 277 of file gl_image_panel.cpp.
void GLImagePanelXZ::resizeGL | ( | int | w, |
int | h | ||
) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 321 of file gl_image_panel.cpp.
void GLImagePanelXZ::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 342 of file gl_image_panel.cpp.
float* GLImagePanelXZ::xz_img [protected] |
Definition at line 154 of file gl_image_panel.h.
int GLImagePanelXZ::update_xz_img [protected] |
Definition at line 156 of file gl_image_panel.h.