Developer documentation | Axl-2.5.1

axlRendererFactory.h
Go to the documentation of this file.
1 /* axlRendererFactory.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008 - Meriadeg Perrinel, Inria.
5  * Created: Tue Nov 9 16:58:59 2010 (+0100)
6  * Version: $Id$
7  * Last-Updated: Tue Nov 9 17:09:38 2010 (+0100)
8  * By: Meriadeg Perrinel
9  * Update #: 19
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 
21 #ifndef AXLRENDERERFACTORY_H
22 #define AXLRENDERERFACTORY_H
23 
24 #include <vtkObject.h>
25 #include <vtkObjectFactory.h>
26 
27 #include "vtkViewPluginExport.h"
28 
29 class VTKVIEWPLUGIN_EXPORT axlRendererFactory : public vtkObjectFactory
30 {
31 public:
32  static axlRendererFactory *New(void);
33 public:
34  virtual const char *GetVTKSourceVersion(void);
35  virtual const char *GetDescription(void);
36 protected:
37  axlRendererFactory(void);
38 protected:
40  void operator=(const axlRendererFactory&);
41 };
42 
43 #endif // AXLRENDERERFACTORY_H
#define VTKVIEWPLUGIN_EXPORT