VTK
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 "vtkRenderingOSPRayModule.h" // For export macro
26#include "vtkVolumeNode.h"
27
28class vtkVolume;
30class vtkDataArray;
35class vtkPolyData;
36
37class VTKRENDERINGOSPRAY_EXPORT vtkOSPRayVolumeNode :
38 public vtkVolumeNode
39{
40public:
43 void PrintSelf(ostream& os, vtkIndent indent);
44
50
51protected:
54
55private:
56 vtkOSPRayVolumeNode(const vtkOSPRayVolumeNode&) VTK_DELETE_FUNCTION;
57 void operator=(const vtkOSPRayVolumeNode&) VTK_DELETE_FUNCTION;
58};
59#endif
rendering attributes for a multi-block dataset.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
a simple class to control print indentation
Definition: vtkIndent.h:40
Key for integer values in vtkInformation.
Key for vtkObjectBase values.
Key for string values in vtkInformation.
links vtkVolume and vtkMapper to OSPRay
virtual vtkMTimeType GetMTime()
Overridden to take into account my renderables time, including mapper and data into mapper inclusive ...
static vtkOSPRayVolumeNode * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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:32
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:51
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248