VTK  9.3.20240727
vtkFixedPointVolumeRayCastMIPHelper.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
16#ifndef vtkFixedPointVolumeRayCastMIPHelper_h
17#define vtkFixedPointVolumeRayCastMIPHelper_h
18
20#include "vtkRenderingVolumeModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
24class vtkVolume;
25
26class VTKRENDERINGVOLUME_EXPORT vtkFixedPointVolumeRayCastMIPHelper
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
34 void GenerateImage(int threadID, int threadCount, vtkVolume* vol,
35 vtkFixedPointVolumeRayCastMapper* mapper) override;
36
37protected:
40
41private:
43 void operator=(const vtkFixedPointVolumeRayCastMIPHelper&) = delete;
44};
45
46VTK_ABI_NAMESPACE_END
47#endif
An abstract helper that generates images for the volume ray cast mapper.
A helper that generates MIP images for the volume ray cast mapper.
static vtkFixedPointVolumeRayCastMIPHelper * New()
void GenerateImage(int threadID, int threadCount, vtkVolume *vol, vtkFixedPointVolumeRayCastMapper *mapper) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition vtkIndent.h:108
represents a volume (data & properties) in a rendered scene
Definition vtkVolume.h:130