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 
28 class vtkVolume;
30 class vtkDataArray;
35 class vtkPolyData;
36 
37 class VTKRENDERINGOSPRAY_EXPORT vtkOSPRayVolumeNode :
38  public vtkVolumeNode
39 {
40 public:
41  static vtkOSPRayVolumeNode* New();
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
49  virtual vtkMTimeType GetMTime();
50 
51 protected:
54 
55 private:
56  vtkOSPRayVolumeNode(const vtkOSPRayVolumeNode&) VTK_DELETE_FUNCTION;
57  void operator=(const vtkOSPRayVolumeNode&) VTK_DELETE_FUNCTION;
58 };
59 #endif
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
Defines a 1D piecewise function.
rendering attributes for a multi-block dataset.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85
Key for string values in vtkInformation.
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248
vtkViewNode specialized for vtkActors
Definition: vtkVolumeNode.h:30
static vtkVolumeNode * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
links vtkVolume and vtkMapper to OSPRay
Key for integer values in vtkInformation.
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:54
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Key for vtkObjectBase values.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.