VTK
vtkOSPRayAMRVolumeMapperNode.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOSPRayAMRVolumeMapperNode.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 =========================================================================*/
25 #ifndef vtkOSPRayAMRVolumeMapperNode_h
26 #define vtkOSPRayAMRVolumeMapperNode_h
27 
28 #include "vtkRenderingOSPRayModule.h" // For export macro
30 
31 class VTKRENDERINGOSPRAY_EXPORT vtkOSPRayAMRVolumeMapperNode :
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
42  virtual void Render(bool prepass) override;
43 protected:
44 
46  ~vtkOSPRayAMRVolumeMapperNode() = default;
47 
48 private:
50  void operator=(const vtkOSPRayAMRVolumeMapperNode&) = delete;
51 
52  float OldSamplingRate;
53 };
54 #endif
virtual void Render(bool prepass) override
Make ospray calls to render me.
static vtkOSPRayVolumeMapperNode * New()
links vtkVolumeMapper to OSPRay
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
links vtkVolumeMapper to OSPRay