VTK
vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFixedPointVolumeRayCastCompositeGOShadeHelper.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 
32 #ifndef vtkFixedPointVolumeRayCastCompositeGOShadeHelper_h
33 #define vtkFixedPointVolumeRayCastCompositeGOShadeHelper_h
34 
35 #include "vtkRenderingVolumeModule.h" // For export macro
37 
39 class vtkVolume;
40 
42 {
43 public:
46  void PrintSelf( ostream& os, vtkIndent indent );
47 
48  virtual void GenerateImage( int threadID,
49  int threadCount,
50  vtkVolume *vol,
52 
53 protected:
56 
57 private:
59  void operator=(const vtkFixedPointVolumeRayCastCompositeGOShadeHelper&); // Not implemented.
60 };
61 
62 #endif
63 
64 
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
vtkFixedPointVolumeRayCastMapper
A fixed point mapper for volumes.
Definition: vtkFixedPointVolumeRayCastMapper.h:110
vtkRenderingVolumeModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFixedPointVolumeRayCastCompositeGOShadeHelper::~vtkFixedPointVolumeRayCastCompositeGOShadeHelper
~vtkFixedPointVolumeRayCastCompositeGOShadeHelper()
vtkFixedPointVolumeRayCastCompositeGOShadeHelper
A helper that generates composite images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h:42
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkFixedPointVolumeRayCastCompositeGOShadeHelper::New
static vtkFixedPointVolumeRayCastCompositeGOShadeHelper * New()
vtkFixedPointVolumeRayCastCompositeGOShadeHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFixedPointVolumeRayCastHelper
An abstract helper that generates images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastHelper.h:1322
vtkFixedPointVolumeRayCastCompositeGOShadeHelper::GenerateImage
virtual void GenerateImage(int threadID, int threadCount, vtkVolume *vol, vtkFixedPointVolumeRayCastMapper *mapper)
VTKRENDERINGVOLUME_EXPORT
#define VTKRENDERINGVOLUME_EXPORT
Definition: vtkRenderingVolumeModule.h:15
vtkFixedPointVolumeRayCastCompositeGOShadeHelper::vtkFixedPointVolumeRayCastCompositeGOShadeHelper
vtkFixedPointVolumeRayCastCompositeGOShadeHelper()
vtkFixedPointVolumeRayCastHelper.h