#include <GLView.h>
Public Member Functions | |
VolumeDesc () | |
void | set (GLuint realWidth, GLuint realHeight, GLuint realDepth) |
Public Attributes | |
bool | hasChanged |
GLuint | volumeTexture |
GLuint | realWidth |
GLuint | realHeight |
GLuint | realDepth |
GLuint | width |
GLuint | height |
GLuint | depth |
GLuint | xOffset |
GLuint | yOffset |
GLuint | zOffset |
GLfloat | xNormOffset |
GLfloat | yNormOffset |
GLfloat | zNormOffset |
GLfloat | xNormLength |
GLfloat | yNormLength |
GLfloat | zNormLength |
GLuint | maxSideLength |
GLfloat | stepDist |
Definition at line 10 of file GLView.h.
VolumeDesc::VolumeDesc | ( | ) |
void VolumeDesc::set | ( | GLuint | realWidth, | |
GLuint | realHeight, | |||
GLuint | realDepth | |||
) |
Definition at line 22 of file GLView.cpp.
References depth, getNextPowerOfTwo(), hasChanged, height, maxSideLength, stepDist, width, xNormLength, xNormOffset, xOffset, yNormLength, yNormOffset, yOffset, zNormLength, zNormOffset, and zOffset.
Referenced by GLWidget::changeVolume().
GLuint VolumeDesc::depth |
GLuint VolumeDesc::height |
GLuint VolumeDesc::maxSideLength |
GLuint VolumeDesc::realDepth |
GLuint VolumeDesc::realHeight |
GLuint VolumeDesc::realWidth |
GLfloat VolumeDesc::stepDist |
GLuint VolumeDesc::volumeTexture |
Definition at line 13 of file GLView.h.
Referenced by GLWidget::changeVolume(), GL3DView::drawVolume(), GL2DView::initializeGL(), GL3DView::paintGL(), GL2DView::paintGL(), and VolumeDesc().
GLuint VolumeDesc::width |
GLfloat VolumeDesc::xNormLength |
GLfloat VolumeDesc::xNormOffset |
GLuint VolumeDesc::xOffset |
GLfloat VolumeDesc::yNormLength |
GLfloat VolumeDesc::yNormOffset |
GLuint VolumeDesc::yOffset |
GLfloat VolumeDesc::zNormLength |
GLfloat VolumeDesc::zNormOffset |
GLuint VolumeDesc::zOffset |