VTK
vtkOSPRayVolumeInterface.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOSPRayVolumeInterface.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 =========================================================================*/
24 #ifndef vtkOSPRayVolumeInterface_h
25 #define vtkOSPRayVolumeInterface_h
26 
27 #include "vtkRenderingVolumeModule.h" // For export macro
28 #include "vtkVolumeMapper.h"
29 
30 class vtkRenderer;
31 class vtkVolume;
32 
33 class VTKRENDERINGVOLUME_EXPORT vtkOSPRayVolumeInterface
34 : public vtkVolumeMapper
35 {
36 public:
37  static vtkOSPRayVolumeInterface *New();
39  void PrintSelf( ostream& os, vtkIndent indent );
40 
44  virtual void Render(vtkRenderer *, vtkVolume *);
45 
46 protected:
49 
50 private:
52  (const vtkOSPRayVolumeInterface&) VTK_DELETE_FUNCTION;
53  void operator=(const vtkOSPRayVolumeInterface&) VTK_DELETE_FUNCTION;
54 };
55 
56 #endif
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
Abstract class for a volume mapper.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
Definition: vtkRenderer.h:63
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual void Render(vtkRenderer *ren, vtkVolume *vol)=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
Removes link dependence on optional ospray module.
static vtkAlgorithm * New()