VTK
9.0.1
Rendering
Volume
vtkFixedPointVolumeRayCastMIPHelper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFixedPointVolumeRayCastMIPHelper.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
=========================================================================*/
28
#ifndef vtkFixedPointVolumeRayCastMIPHelper_h
29
#define vtkFixedPointVolumeRayCastMIPHelper_h
30
31
#include "
vtkFixedPointVolumeRayCastHelper.h
"
32
#include "vtkRenderingVolumeModule.h"
// For export macro
33
34
class
vtkFixedPointVolumeRayCastMapper
;
35
class
vtkVolume
;
36
37
class
VTKRENDERINGVOLUME_EXPORT
vtkFixedPointVolumeRayCastMIPHelper
38
:
public
vtkFixedPointVolumeRayCastHelper
39
{
40
public
:
41
static
vtkFixedPointVolumeRayCastMIPHelper
*
New
();
42
vtkTypeMacro(
vtkFixedPointVolumeRayCastMIPHelper
,
vtkFixedPointVolumeRayCastHelper
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
45
void
GenerateImage
(
int
threadID,
int
threadCount,
vtkVolume
* vol,
46
vtkFixedPointVolumeRayCastMapper
* mapper)
override
;
47
48
protected
:
49
vtkFixedPointVolumeRayCastMIPHelper
();
50
~
vtkFixedPointVolumeRayCastMIPHelper
()
override
;
51
52
private
:
53
vtkFixedPointVolumeRayCastMIPHelper
(
const
vtkFixedPointVolumeRayCastMIPHelper
&) =
delete
;
54
void
operator=(
const
vtkFixedPointVolumeRayCastMIPHelper
&) =
delete
;
55
};
56
57
#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
vtkFixedPointVolumeRayCastMIPHelper
A helper that generates MIP images for the volume ray cast mapper.
Definition:
vtkFixedPointVolumeRayCastMIPHelper.h:37
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()
Generated on Thu Jun 25 2020 08:31:01 for VTK by
1.8.17