VTK
9.0.1
Rendering
Volume
vtkFixedPointVolumeRayCastCompositeShadeHelper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFixedPointVolumeRayCastCompositeShadeHelper.h
5
Language: C++
6
7
Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
8
All rights reserved.
9
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
10
11
This software is distributed WITHOUT ANY WARRANTY; without even
12
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13
PURPOSE. See the above copyright notice for more information.
14
15
=========================================================================*/
16
30
#ifndef vtkFixedPointVolumeRayCastCompositeShadeHelper_h
31
#define vtkFixedPointVolumeRayCastCompositeShadeHelper_h
32
33
#include "
vtkFixedPointVolumeRayCastHelper.h
"
34
#include "vtkRenderingVolumeModule.h"
// For export macro
35
36
class
vtkFixedPointVolumeRayCastMapper
;
37
class
vtkVolume
;
38
39
class
VTKRENDERINGVOLUME_EXPORT
vtkFixedPointVolumeRayCastCompositeShadeHelper
40
:
public
vtkFixedPointVolumeRayCastHelper
41
{
42
public
:
43
static
vtkFixedPointVolumeRayCastCompositeShadeHelper
*
New
();
44
vtkTypeMacro(
vtkFixedPointVolumeRayCastCompositeShadeHelper
,
vtkFixedPointVolumeRayCastHelper
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
46
47
void
GenerateImage
(
int
threadID,
int
threadCount,
vtkVolume
* vol,
48
vtkFixedPointVolumeRayCastMapper
* mapper)
override
;
49
50
protected
:
51
vtkFixedPointVolumeRayCastCompositeShadeHelper
();
52
~
vtkFixedPointVolumeRayCastCompositeShadeHelper
()
override
;
53
54
private
:
55
vtkFixedPointVolumeRayCastCompositeShadeHelper
(
56
const
vtkFixedPointVolumeRayCastCompositeShadeHelper
&) =
delete
;
57
void
operator=(
const
vtkFixedPointVolumeRayCastCompositeShadeHelper
&) =
delete
;
58
};
59
60
#endif
vtkFixedPointVolumeRayCastHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition:
vtkVolume.h:44
vtkFixedPointVolumeRayCastMapper
A fixed point mapper for volumes.
Definition:
vtkFixedPointVolumeRayCastMapper.h:103
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkFixedPointVolumeRayCastHelper::GenerateImage
virtual void GenerateImage(int, int, vtkVolume *, vtkFixedPointVolumeRayCastMapper *)
Definition:
vtkFixedPointVolumeRayCastHelper.h:1287
vtkFixedPointVolumeRayCastHelper
An abstract helper that generates images for the volume ray cast mapper.
Definition:
vtkFixedPointVolumeRayCastHelper.h:1280
vtkFixedPointVolumeRayCastHelper.h
vtkFixedPointVolumeRayCastHelper::New
static vtkFixedPointVolumeRayCastHelper * New()
vtkFixedPointVolumeRayCastCompositeShadeHelper
A helper that generates composite images for the volume ray cast mapper.
Definition:
vtkFixedPointVolumeRayCastCompositeShadeHelper.h:39
Generated on Thu Jun 25 2020 08:31:01 for VTK by
1.8.17