comparison Framework/Volumes/VolumeSceneLayerSource.h @ 924:9ba1e1198e73

merge
author Alain Mazy <alain@mazy.be>
date Mon, 22 Jul 2019 14:29:23 +0200
parents 81d30cd93b65
children 094d10ed7ec2
comparison
equal deleted inserted replaced
923:6b81c5453382 924:9ba1e1198e73
32 This class applies one "volume slicer" to a "3D volume", in order 32 This class applies one "volume slicer" to a "3D volume", in order
33 to create one "2D scene layer" that will be set onto the "2D 33 to create one "2D scene layer" that will be set onto the "2D
34 scene". The style of the layer can be fine-tuned using a "layer 34 scene". The style of the layer can be fine-tuned using a "layer
35 style configurator". The class only changes the layer if the 35 style configurator". The class only changes the layer if the
36 cutting plane has been modified since the last call to "Update()". 36 cutting plane has been modified since the last call to "Update()".
37 **/ 37 */
38 class VolumeSceneLayerSource : public boost::noncopyable 38 class VolumeSceneLayerSource : public boost::noncopyable
39 { 39 {
40 private: 40 private:
41 Scene2D& scene_; 41 Scene2D& scene_;
42 int layerDepth_; 42 int layerDepth_;