VTK
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 
25 {
26 public:
29  virtual void PrintSelf(ostream& os, vtkIndent indent);
30 
33  static vtkObject* CreateInstance(const char* vtkclassname);
34 
35 protected:
37 
38 private:
39  vtkVolumeRenderingFactory(const vtkVolumeRenderingFactory&); // Not implemented.
40  void operator=(const vtkVolumeRenderingFactory&); // Not implemented.
41 };
42 
43 #endif
abstract base class for most VTK objects
Definition: vtkObject.h:60
#define VTK_VOLUMERENDERING_EXPORT
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:37
static vtkObject * New()