VTK  9.0.1
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:
40  static vtkOSPRayVolumeNode* New();
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
48  virtual vtkMTimeType GetMTime() override;
49 
50 protected:
52  ~vtkOSPRayVolumeNode() override;
53 
54 private:
56  void operator=(const vtkOSPRayVolumeNode&) = delete;
57 };
58 #endif
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:44
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:293
Rendering attributes for a multi-block dataset.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
Key for string values in vtkInformation.
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:30
static vtkVolumeNode * New()
a simple class to control print indentation
Definition: vtkIndent.h:33
links vtkVolume and vtkMapper to OSPRay
Key for integer values in vtkInformation.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:49
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Key for vtkObjectBase values.