VTK
vtkFixedPointVolumeRayCastCompositeGOHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFixedPointVolumeRayCastCompositeGOHelper.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 
29 #ifndef vtkFixedPointVolumeRayCastCompositeGOHelper_h
30 #define vtkFixedPointVolumeRayCastCompositeGOHelper_h
31 
32 #include "vtkRenderingVolumeModule.h" // For export macro
34 
36 class vtkVolume;
37 
39 {
40 public:
43  void PrintSelf( ostream& os, vtkIndent indent );
44 
45  virtual void GenerateImage( int threadID,
46  int threadCount,
47  vtkVolume *vol,
49 
50 protected:
53 
54 private:
56  void operator=(const vtkFixedPointVolumeRayCastCompositeGOHelper&); // Not implemented.
57 };
58 
59 #endif
60 
61 
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:49
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKRENDERINGVOLUME_EXPORT
An abstract helper that generates images for the volume ray cast mapper.
static vtkFixedPointVolumeRayCastHelper * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
A helper that generates composite images for the volume ray cast mapper.
virtual void GenerateImage(int, int, vtkVolume *, vtkFixedPointVolumeRayCastMapper *)