LDM valuation interface for volume geometry nodes
More...
#include <VolumeViz/nodes/SoVolumeGeometry.h>
Inheritance diagram for SoVolumeGeometry:Public Member Functions | |
| SoVolumeGeometry () | |
| Constructor. | |
| virtual | ~SoVolumeGeometry () |
| Destructor. | |
| virtual void | setRenderProgress (SoProgressIndicator *ps) |
| Set an application defined SoProgressIndicator object which will raise an event before and after the rendering task, before and after each subtask (in this case: Texture creation and Geometry creation) and after each step in the subtasks which represents in most cases individual tiles of data. | |
Friends | |
| class | SoLdmValuationAction |
| class | SoVolumeGeometryVbo |
| class | SoVolumeStateGeometry |
| class | SoFenceSlice |
LDM valuation interface for volume geometry nodes
Inherited by volume geometry nodes, e.g. SoVolumeFaceSet.
Definition at line 58 of file SoVolumeGeometry.h.
| SoVolumeGeometry::SoVolumeGeometry | ( | ) |
Constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Set an application defined SoProgressIndicator object which will raise an event before and after the rendering task, before and after each subtask (in this case: Texture creation and Geometry creation) and after each step in the subtasks which represents in most cases individual tiles of data.
- SoProgressIndicator::onBeginTask / SoProgressIndicator::onEndTask will be raised only one time per frame : "Rendering".
Track loading progression with SoProgressIndicator::onEndStep event of SubTask "Loading Texture":
The example VolRend (examples/source/VolumeViz/VolRend) implements a loading progress bar in class EventRaisedProgressBar.
Limitations :
If set to NULL no events will be raised. Default is NULL.
Since Open Inventor 2023.2
Definition at line 71 of file SoVolumeGeometry.h.
|
friend |
Definition at line 201 of file SoVolumeGeometry.h.
|
friend |
Definition at line 198 of file SoVolumeGeometry.h.
|
friend |
Definition at line 199 of file SoVolumeGeometry.h.
|
friend |
Definition at line 200 of file SoVolumeGeometry.h.