VTK  9.3.1
vtkFixedPointVolumeRayCastCompositeHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 
17 #ifndef vtkFixedPointVolumeRayCastCompositeHelper_h
18 #define vtkFixedPointVolumeRayCastCompositeHelper_h
19 
21 #include "vtkRenderingVolumeModule.h" // For export macro
22 
23 VTK_ABI_NAMESPACE_BEGIN
25 class vtkVolume;
26 
27 class VTKRENDERINGVOLUME_EXPORT vtkFixedPointVolumeRayCastCompositeHelper
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35  void GenerateImage(int threadID, int threadCount, vtkVolume* vol,
36  vtkFixedPointVolumeRayCastMapper* mapper) override;
37 
38 protected:
41 
42 private:
45  void operator=(const vtkFixedPointVolumeRayCastCompositeHelper&) = delete;
46 };
47 
48 VTK_ABI_NAMESPACE_END
49 #endif
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
An abstract helper that generates images for the volume ray cast mapper.
static vtkFixedPointVolumeRayCastHelper * New()
a simple class to control print indentation
Definition: vtkIndent.h:28
A helper that generates composite images for the volume ray cast mapper.
A fixed point mapper for volumes.
virtual void GenerateImage(int, int, vtkVolume *, vtkFixedPointVolumeRayCastMapper *)