VTK
vtkUnstructuredGridVolumeRayCastFunction.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnstructuredGridVolumeRayCastFunction.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 =========================================================================*/
15 
30 #ifndef vtkUnstructuredGridVolumeRayCastFunction_h
31 #define vtkUnstructuredGridVolumeRayCastFunction_h
32 
33 #include "vtkRenderingVolumeModule.h" // For export macro
34 #include "vtkObject.h"
35 
36 class vtkRenderer;
37 class vtkVolume;
39 
41 {
42 public:
44  virtual void PrintSelf(ostream& os, vtkIndent indent);
45 
46 //BTX
47  virtual void Initialize( vtkRenderer *ren, vtkVolume *vol )=0;
48 
49  virtual void Finalize( )=0;
50 
52 
56 //ETX
58 
59 
60 protected:
63 
64 private:
66  void operator=(const vtkUnstructuredGridVolumeRayCastFunction&); // Not implemented.
67 };
68 
69 #endif
70 
71 
72 
73 
74 
75 
76 
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
vtkRenderingVolumeModule.h
vtkUnstructuredGridVolumeRayCastFunction::Finalize
virtual void Finalize()=0
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkObject
abstract base class for most VTK objects
Definition: vtkObject.h:62
vtkUnstructuredGridVolumeRayCastIterator
Definition: vtkUnstructuredGridVolumeRayCastIterator.h:43
vtkUnstructuredGridVolumeRayCastFunction::NewIterator
virtual vtkUnstructuredGridVolumeRayCastIterator * NewIterator()=0
vtkUnstructuredGridVolumeRayCastFunction::Initialize
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkObject.h
vtkUnstructuredGridVolumeRayCastFunction::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkUnstructuredGridVolumeRayCastFunction
a superclass for ray casting functions
Definition: vtkUnstructuredGridVolumeRayCastFunction.h:41
vtkUnstructuredGridVolumeRayCastFunction::vtkUnstructuredGridVolumeRayCastFunction
vtkUnstructuredGridVolumeRayCastFunction()
Definition: vtkUnstructuredGridVolumeRayCastFunction.h:61
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
vtkUnstructuredGridVolumeRayCastFunction::~vtkUnstructuredGridVolumeRayCastFunction
~vtkUnstructuredGridVolumeRayCastFunction()
Definition: vtkUnstructuredGridVolumeRayCastFunction.h:62
VTKRENDERINGVOLUME_EXPORT
#define VTKRENDERINGVOLUME_EXPORT
Definition: vtkRenderingVolumeModule.h:15