VTK  9.5.20251121
vtkFixedPointVolumeRayCastCompositeGOHelper.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
16
17#ifndef vtkFixedPointVolumeRayCastCompositeGOHelper_h
18#define vtkFixedPointVolumeRayCastCompositeGOHelper_h
19
21#include "vtkRenderingVolumeModule.h" // For export macro
22
23VTK_ABI_NAMESPACE_BEGIN
25class vtkVolume;
26
47
48VTK_ABI_NAMESPACE_END
49#endif
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.
static vtkFixedPointVolumeRayCastCompositeGOHelper * New()
a simple class to control print indentation
Definition vtkIndent.h:108
represents a volume (data & properties) in a rendered scene
Definition vtkVolume.h:130