golib  0.5
RenderApplication Class Reference

Public Slots

void setVolumeFileName ()
 
void saveImage ()
 
void render ()
 
void changeViewPos ()
 
void rotateViewPosX ()
 
void rotateViewPosY ()
 
void rotateViewPosZ ()
 
void viewPosXChange (int p)
 
void viewPosYChange (int p)
 
void viewPosZChange (int p)
 
void changeViewDepth (int d)
 
void changeEyeDistance (int d)
 
void changeSampleDistance ()
 
void optGreyValues ()
 
void updateMemory ()
 
void showOpacityTF ()
 
void showDensityTF ()
 
void showGreyTF ()
 
void setMinMaxGreyDetermination (bool)
 
void changeGreyTF ()
 
void changeOpacityTF ()
 
void changeDensityTF ()
 
void changeMaxResolution (int)
 
void changeZoom (bool)
 
void changeSameSize (bool)
 
void paintEvent (QPaintEvent *)
 
void moveForward ()
 
void moveBackward ()
 
void moveLeft ()
 
void moveRight ()
 

Public Member Functions

 RenderApplication (QWidget *parent=0, const char *name=0, WFlags fl=0)
 
void loadDefaults ()
 Loads most widgets with default values.
 
void setAllValues ()
 Sets most values in the navigator object.
 
void setImageSize (int w, int h)
 
- Public Member Functions inherited from RenderGUI
 RenderGUI (QWidget *parent=0, const char *name=0, WFlags fl=0)
 
- Public Member Functions inherited from goStatusObject
bool isBusy ()
 
goFloat getProgress ()
 
goFloat getMaxProgress ()
 
goFloat getMinProgress ()
 
goFloat waitForProgress ()
 
void forwardProgress (goStatusObject *s)
 
void forwardProgressThread ()
 
void forwardProgressEnd ()
 

Public Attributes

QProgressBar * progressBar
 
QImage * image
 
Vol::goVolumeNavigator * navigator
 
- Public Attributes inherited from RenderGUI
QPushButton * renderButton
 
QTabWidget * optionsTab
 
QWidget * tab
 
QGroupBox * optionsBox1
 
QLabel * TextLabel1
 
QLabel * TextLabel1_2
 
QLabel * TextLabel1_3
 
QSpinBox * viewPosBoxY
 
QSpinBox * viewPosBoxX
 
QSpinBox * viewPosBoxZ
 
QGroupBox * GroupBox4
 
QSpinBox * viewDepthBox
 
QGroupBox * GroupBox5
 
QSpinBox * eyeDistanceBox
 
QWidget * tab_2
 
QGroupBox * GroupBox10
 
QTextBrowser * TextBrowser1
 
QGroupBox * GroupBox2
 
QToolButton * xRotateButton
 
QToolButton * yRotateButton
 
QToolButton * zRotateButton
 
QLabel * TextLabel1_4
 
QLabel * TextLabel1_4_2
 
QLabel * TextLabel1_4_2_2
 
QSpinBox * xRot
 
QSpinBox * yRot
 
QSpinBox * zRot
 
QWidget * tab_3
 
QGroupBox * GroupBox13
 
QLineEdit * sampleDistanceEditY
 
QLineEdit * sampleDistanceEditZ
 
QLineEdit * sampleDistanceEditX
 
QPushButton * sampleDistanceChangeButton
 
QGroupBox * GroupBox9_2
 
QSpinBox * maxResBox
 
QFrame * Line1
 
QCheckBox * zoomCheckBox
 
QCheckBox * sameSizeCheckBox
 
QGroupBox * GroupBox9
 
QPushButton * greyValuesOptButton
 
QGroupBox * GroupBox9_3
 
QPushButton * memoryButton
 
QLabel * memoryLabel
 

Protected Member Functions

void keyPressEvent (QKeyEvent *e)
 
- Protected Member Functions inherited from RenderGUI
bool event (QEvent *)
 
- Protected Member Functions inherited from goStatusObject
void setBusy (bool b)
 
void setProgress (goFloat p)
 
void signalProgress ()
 

Protected Attributes

goMutex updateMutex
 

Friends

void * render_progress_thread (void *)
 

Member Function Documentation

◆ setImageSize()

void RenderApplication::setImageSize ( int  w,
int  h 
)

Is called in the constructor. Initialized the screen image size.

Parameters
wWidth of screen image in pixels
hHeight of screen image in pixels

The documentation for this class was generated from the following files: