VTK  9.3.1
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:
29  static vtkOSPRayVolumeNode* New();
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
37  vtkMTimeType GetMTime() override;
38 
39 protected:
41  ~vtkOSPRayVolumeNode() override;
42 
43 private:
45  void operator=(const vtkOSPRayVolumeNode&) = delete;
46 };
47 VTK_ABI_NAMESPACE_END
48 #endif
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Defines a 1D piecewise function.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:270
Rendering attributes for a multi-block dataset.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:79
Key for string values in vtkInformation.
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:19
static vtkVolumeNode * New()
a simple class to control print indentation
Definition: vtkIndent.h:28
links vtkVolume and vtkMapper to OSPRay
Key for integer values in vtkInformation.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:44
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Key for vtkObjectBase values.