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
28class vtkVolume;
30class vtkDataArray;
35class vtkPolyData;
36
37class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayVolumeNode : public vtkVolumeNode
38{
39public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
49
50protected:
53
54private:
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:159
a simple class to control print indentation
Definition: vtkIndent.h:113
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
Definition: vtkPolyData.h:195
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:31
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:134
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287