VTK
dox
Rendering
Volume
vtkOSPRayVolumeInterface.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOSPRayVolumeInterface.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
=========================================================================*/
24
#ifndef vtkOSPRayVolumeInterface_h
25
#define vtkOSPRayVolumeInterface_h
26
27
#include "vtkRenderingVolumeModule.h"
// For export macro
28
#include "
vtkVolumeMapper.h
"
29
30
class
vtkRenderer
;
31
class
vtkVolume
;
32
33
class
VTKRENDERINGVOLUME_EXPORT
vtkOSPRayVolumeInterface
34
:
public
vtkVolumeMapper
35
{
36
public
:
37
static
vtkOSPRayVolumeInterface
*
New
();
38
vtkTypeMacro(
vtkOSPRayVolumeInterface
,
vtkVolumeMapper
);
39
void
PrintSelf
( ostream& os,
vtkIndent
indent )
override
;
40
44
void
Render
(
vtkRenderer
*,
vtkVolume
*)
override
;
45
46
protected
:
47
vtkOSPRayVolumeInterface
();
48
~
vtkOSPRayVolumeInterface
()
override
;
49
50
private
:
51
vtkOSPRayVolumeInterface
52
(
const
vtkOSPRayVolumeInterface
&) =
delete
;
53
void
operator=(
const
vtkOSPRayVolumeInterface
&) =
delete
;
54
};
55
56
#endif
vtkVolumeMapper
Abstract class for a volume mapper.
Definition:
vtkVolumeMapper.h:46
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition:
vtkVolume.h:50
vtkVolumeMapper::Render
void Render(vtkRenderer *ren, vtkVolume *vol) override=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
vtkVolumeMapper.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
vtkOSPRayVolumeInterface
Removes link dependence on optional ospray module.
Definition:
vtkOSPRayVolumeInterface.h:33
vtkVolumeMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generated by
1.8.16