VTK
dox
Rendering
Volume
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
31
#ifndef vtkUnstructuredGridVolumeRayCastFunction_h
32
#define vtkUnstructuredGridVolumeRayCastFunction_h
33
34
#include "vtkRenderingVolumeModule.h"
// For export macro
35
#include "
vtkObject.h
"
36
37
class
vtkRenderer
;
38
class
vtkVolume
;
39
class
vtkUnstructuredGridVolumeRayCastIterator
;
40
41
class
VTKRENDERINGVOLUME_EXPORT
vtkUnstructuredGridVolumeRayCastFunction
:
public
vtkObject
42
{
43
public
:
44
vtkTypeMacro(
vtkUnstructuredGridVolumeRayCastFunction
,
vtkObject
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
46
47
virtual
void
Initialize(
vtkRenderer
*ren,
vtkVolume
*vol )=0;
48
49
virtual
void
Finalize( )=0;
50
56
VTK_NEWINSTANCE
57
virtual
vtkUnstructuredGridVolumeRayCastIterator
*NewIterator() = 0;
58
59
protected
:
60
vtkUnstructuredGridVolumeRayCastFunction
() {}
61
~vtkUnstructuredGridVolumeRayCastFunction
() {}
62
63
private
:
64
vtkUnstructuredGridVolumeRayCastFunction
(
const
vtkUnstructuredGridVolumeRayCastFunction
&) VTK_DELETE_FUNCTION;
65
void
operator=(
const
vtkUnstructuredGridVolumeRayCastFunction
&) VTK_DELETE_FUNCTION;
66
};
67
68
#endif
69
70
71
72
73
74
75
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition:
vtkVolume.h:50
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkUnstructuredGridVolumeRayCastIterator
Definition:
vtkUnstructuredGridVolumeRayCastIterator.h:43
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkObject.h
vtkUnstructuredGridVolumeRayCastFunction
a superclass for ray casting functions
Definition:
vtkUnstructuredGridVolumeRayCastFunction.h:41
vtkUnstructuredGridVolumeRayCastFunction::vtkUnstructuredGridVolumeRayCastFunction
vtkUnstructuredGridVolumeRayCastFunction()
Definition:
vtkUnstructuredGridVolumeRayCastFunction.h:60
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
vtkUnstructuredGridVolumeRayCastFunction::~vtkUnstructuredGridVolumeRayCastFunction
~vtkUnstructuredGridVolumeRayCastFunction()
Definition:
vtkUnstructuredGridVolumeRayCastFunction.h:61
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition:
vtkWrappingHints.h:30
Generated by
1.8.17