Viewer
display a stack of images
|
#include <gl_image_panel.h>
Public Slots | |
void | set_current_x_index (int index) |
Public Member Functions | |
GLImagePanelYZ (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 * | yz_img |
int | update_yz_img |
Definition at line 165 of file gl_image_panel.h.
GLImagePanelYZ::GLImagePanelYZ | ( | QWidget * | parent, |
const char * | name | ||
) |
Definition at line 357 of file gl_image_panel.cpp.
void GLImagePanelYZ::set_imgblock | ( | jwsc::Imgblock_f * | img_blk | ) | [virtual] |
Reimplemented from GLImagePanel.
Definition at line 93 of file gl_image_panel.cpp.
void GLImagePanelYZ::set_current_x_index | ( | int | index | ) | [virtual, slot] |
Reimplemented from GLImagePanel.
Definition at line 366 of file gl_image_panel.cpp.
void GLImagePanelYZ::paintGL | ( | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 392 of file gl_image_panel.cpp.
void GLImagePanelYZ::resizeGL | ( | int | w, |
int | h | ||
) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 436 of file gl_image_panel.cpp.
void GLImagePanelYZ::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 457 of file gl_image_panel.cpp.
float* GLImagePanelYZ::yz_img [protected] |
Definition at line 181 of file gl_image_panel.h.
int GLImagePanelYZ::update_yz_img [protected] |
Definition at line 183 of file gl_image_panel.h.