comparison Framework/Volumes/VolumeSceneLayerSource.h @ 921:81d30cd93b65 toa2019072201

Ability to ask the loader for the geometry in PULL mode (when subscribing to the messages is not possible) + small changes (removed const/ref qualifiers for boost::shared_ptr param, added traces, doc change)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 22 Jul 2019 11:21:09 +0200
parents df442f1ba0c6
children 094d10ed7ec2
comparison
equal deleted inserted replaced
918:d6c029d15aaa 921:81d30cd93b65
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_;