VAPOR3 3.9.4
PSliceController.h
Go to the documentation of this file.
1#pragma once
2
3#include "PSection.h"
4
7
9
10class PSliceController : public PGroup {
11public:
13};
14
16public:
18};
19
21public:
23
24protected:
28
29 virtual void updateGUI() const override;
30 virtual bool requireDataMgr() const override { return true; }
31};
32
33
34
36public:
38
39protected:
41
42 virtual void updateGUI() const override;
43 virtual bool requireDataMgr() const override { return true; }
44};
Definition: PGroup.h:14
Provides controls for rotating slices, offsetting them, and positioning their origin.
virtual bool requireDataMgr() const override
PDoubleSliderEdit * _offsetSlider
virtual void updateGUI() const override
PDoubleSliderEdit * _xSlider
virtual bool requireDataMgr() const override
PDoubleSliderEdit * _ySlider
virtual void updateGUI() const override
PDoubleSliderEdit * _zSlider