VTK  9.1.0
vtkOSPRayVolumeNode.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOSPRayVolumeNode.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkOSPRayVolumeNode_h
23 #define vtkOSPRayVolumeNode_h
24 
25 #include "vtkRenderingRayTracingModule.h" // For export macro
26 #include "vtkVolumeNode.h"
27 
28 class vtkVolume;
30 class vtkDataArray;
35 class vtkPolyData;
36 
37 class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayVolumeNode : public vtkVolumeNode
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
48  vtkMTimeType GetMTime() override;
49 
50 protected:
53 
54 private:
56  void operator=(const vtkOSPRayVolumeNode&) = delete;
57 };
58 #endif
Rendering attributes for a multi-block dataset.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:50
a simple class to control print indentation
Definition: vtkIndent.h:34
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:86
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:31
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:45
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287