VTK
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 "vtkRenderingVolumeModule.h" // For export macro
33 
35 class vtkVolume;
36 
38 {
39 public:
42  void PrintSelf( ostream& os, vtkIndent indent );
43 
44  virtual void GenerateImage( int threadID,
45  int threadCount,
46  vtkVolume *vol,
48 
49 protected:
52 
53 private:
55  void operator=(const vtkFixedPointVolumeRayCastMIPHelper&) VTK_DELETE_FUNCTION;
56 };
57 
58 #endif
59 
60 
61 
vtkFixedPointVolumeRayCastMIPHelper::vtkFixedPointVolumeRayCastMIPHelper
vtkFixedPointVolumeRayCastMIPHelper()
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:51
vtkFixedPointVolumeRayCastMapper
A fixed point mapper for volumes.
Definition: vtkFixedPointVolumeRayCastMapper.h:106
vtkFixedPointVolumeRayCastMIPHelper::New
static vtkFixedPointVolumeRayCastMIPHelper * New()
vtkFixedPointVolumeRayCastMIPHelper
A helper that generates MIP images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastMIPHelper.h:38
vtkFixedPointVolumeRayCastMIPHelper::GenerateImage
virtual void GenerateImage(int threadID, int threadCount, vtkVolume *vol, vtkFixedPointVolumeRayCastMapper *mapper)
vtkFixedPointVolumeRayCastMIPHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkFixedPointVolumeRayCastMIPHelper::~vtkFixedPointVolumeRayCastMIPHelper
~vtkFixedPointVolumeRayCastMIPHelper()
vtkFixedPointVolumeRayCastHelper
An abstract helper that generates images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastHelper.h:1173
vtkFixedPointVolumeRayCastHelper.h