VTK  9.4.20241218
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
16VTK_ABI_NAMESPACE_BEGIN
17class vtkVolume;
19class vtkDataArray;
24class vtkPolyData;
25
26class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayVolumeNode : public vtkVolumeNode
27{
28public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
38
39protected:
42
43private:
45 void operator=(const vtkOSPRayVolumeNode&) = delete;
46};
47VTK_ABI_NAMESPACE_END
48#endif
Rendering attributes for a multi-block dataset.
abstract superclass for arrays of numeric data
a simple class to control print indentation
Definition vtkIndent.h:108
Key for integer values in vtkInformation.
Key for vtkObjectBase values.
Key for string values in vtkInformation.
links vtkVolume and vtkMapper to OSPRay
static vtkOSPRayVolumeNode * New()
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.
~vtkOSPRayVolumeNode() override
Defines a 1D piecewise function.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkViewNode specialized for vtkActors
represents a volume (data & properties) in a rendered scene
Definition vtkVolume.h:130
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:270