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 =========================================================================*/
27 #ifndef __vtkFixedPointVolumeRayCastMIPHelper_h
28 #define __vtkFixedPointVolumeRayCastMIPHelper_h
29 
31 
33 class vtkVolume;
34 
36 {
37 public:
40  void PrintSelf( ostream& os, vtkIndent indent );
41 
42  virtual void GenerateImage( int threadID,
43  int threadCount,
44  vtkVolume *vol,
46 
47 protected:
50 
51 private:
53  void operator=(const vtkFixedPointVolumeRayCastMIPHelper&); // Not implemented.
54 };
55 
56 #endif
57 
58 
59 
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:48
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_VOLUMERENDERING_EXPORT
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 vtkFixedPointVolumeRayCastHelper * New()
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual void GenerateImage(int, int, vtkVolume *, vtkFixedPointVolumeRayCastMapper *)