VTK
vtkFixedPointVolumeRayCastCompositeHelper.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkFixedPointVolumeRayCastCompositeHelper.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
30#ifndef vtkFixedPointVolumeRayCastCompositeHelper_h
31#define vtkFixedPointVolumeRayCastCompositeHelper_h
32
33#include "vtkRenderingVolumeModule.h" // For export macro
35
37class vtkVolume;
38
40{
41public:
44 void PrintSelf( ostream& os, vtkIndent indent );
45
46 virtual void GenerateImage( int threadID,
47 int threadCount,
48 vtkVolume *vol,
50
51protected:
54
55private:
57 void operator=(const vtkFixedPointVolumeRayCastCompositeHelper&) VTK_DELETE_FUNCTION;
58};
59
60#endif
61
62
A helper that generates composite images for the volume ray cast mapper.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkFixedPointVolumeRayCastCompositeHelper * New()
virtual void GenerateImage(int threadID, int threadCount, vtkVolume *vol, vtkFixedPointVolumeRayCastMapper *mapper)
An abstract helper that generates images for the volume ray cast mapper.
a simple class to control print indentation
Definition: vtkIndent.h:40
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:51