Developer documentation | Axl-2.5.1

axlRendererFactory.cpp
Go to the documentation of this file.
1 /* axlRendererFactory.cpp ---
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 #include "axlRendererFactory.h"
22 #include "axlRenderer.h"
23 #include <vtkVersion.h>
24 
26 
28 
30 
31 
33 {
34  std::cout<<"axlRendererFactory"<<std::endl;
35  this->RegisterOverride("vtkOpenGLRenderer", "axlRenderer", "", 1, vtkObjectFactoryCreateaxlRenderer);
36 }
37 
39 {
40  return VTK_SOURCE_VERSION;
41 }
42 
44 {
45  return "";
46 }
virtual const char * GetDescription(void)
vtkStandardNewMacro(axlRendererFactory)
VTK_FACTORY_INTERFACE_IMPLEMENT(axlRendererFactory)
VTK_CREATE_CREATE_FUNCTION(axlRenderer)
virtual const char * GetVTKSourceVersion(void)