VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
VolumeRendering
vtkVolumeRenderingFactory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkVolumeRenderingFactory.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
=========================================================================*/
19
#ifndef __vtkVolumeRenderingFactory_h
20
#define __vtkVolumeRenderingFactory_h
21
22
#include "
vtkObject.h
"
23
24
class
VTK_VOLUMERENDERING_EXPORT
vtkVolumeRenderingFactory
:
public
vtkObject
25
{
26
public
:
27
static
vtkVolumeRenderingFactory
*
New
();
28
vtkTypeMacro(
vtkVolumeRenderingFactory
,
vtkObject
);
29
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
30
33
static
vtkObject
* CreateInstance(
const
char
* vtkclassname);
34
35
protected
:
36
vtkVolumeRenderingFactory
() {};
37
38
private
:
39
vtkVolumeRenderingFactory
(
const
vtkVolumeRenderingFactory
&);
// Not implemented.
40
void
operator=(
const
vtkVolumeRenderingFactory
&);
// Not implemented.
41
};
42
43
#endif
Generated on Thu Mar 13 2014 08:10:39 for VTK by
1.8.1.2