VTK  9.3.0
vtkOSPRayVolumeNode.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkOSPRayVolumeNode_h
11 #define vtkOSPRayVolumeNode_h
12 
13 #include "vtkRenderingRayTracingModule.h" // For export macro
14 #include "vtkVolumeNode.h"
15 
16 VTK_ABI_NAMESPACE_BEGIN
17 class vtkVolume;
19 class vtkDataArray;
24 class vtkPolyData;
25 
26 class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayVolumeNode : public vtkVolumeNode
27 {
28 public:
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
37  vtkMTimeType GetMTime() override;
38 
39 protected:
42 
43 private:
45  void operator=(const vtkOSPRayVolumeNode&) = delete;
46 };
47 VTK_ABI_NAMESPACE_END
48 #endif
Rendering attributes for a multi-block dataset.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:54
a simple class to control print indentation
Definition: vtkIndent.h:38
Key for integer values in vtkInformation.
Key for vtkObjectBase values.
Key for string values in vtkInformation.
links vtkVolume and vtkMapper to OSPRay
vtkMTimeType GetMTime() override
Overridden to take into account my renderables time, including mapper and data into mapper inclusive ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOSPRayVolumeNode * New()
~vtkOSPRayVolumeNode() override
Defines a 1D piecewise function.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:89
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:20
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:49
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:270