![]() |
open_iA
2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "dlg_volumePlayer.h"#include "dlg_commoninput.h"#include "iAChannelData.h"#include "iARenderer.h"#include "iASlicer.h"#include "iAVolumeStack.h"#include "mdichild.h"#include <vtkImageData.h>#include <vtkPiecewiseFunction.h>#include <vtkColorTransferFunction.h>#include <QCheckBox>Variables | |
| const int | DIVISIONS_PER_VOLUME = 200 |
| const int | SECONDS_TO_MILISECONDS = 1000 |
| const float | TIMER_MAX_SPEED = 50.0f |
| const float | TIMER_MIN_SPEED = 0.2f |
| const int DIVISIONS_PER_VOLUME = 200 |
| const int SECONDS_TO_MILISECONDS = 1000 |
| const float TIMER_MAX_SPEED = 50.0f |
| const float TIMER_MIN_SPEED = 0.2f |
1.8.16