Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
vtkview
axl
axlVtkView
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
25
VTK_CREATE_CREATE_FUNCTION
(
axlRenderer
);
26
27
VTK_FACTORY_INTERFACE_IMPLEMENT
(
axlRendererFactory
);
28
29
vtkStandardNewMacro
(
axlRendererFactory
);
30
31
32
axlRendererFactory::axlRendererFactory
()
33
{
34
std::cout<<
"axlRendererFactory"
<<std::endl;
35
this->RegisterOverride(
"vtkOpenGLRenderer"
,
"axlRenderer"
,
""
, 1, vtkObjectFactoryCreateaxlRenderer);
36
}
37
38
const
char
*
axlRendererFactory::GetVTKSourceVersion
(
void
)
39
{
40
return
VTK_SOURCE_VERSION;
41
}
42
43
const
char
*
axlRendererFactory::GetDescription
(
void
)
44
{
45
return
""
;
46
}
axlRendererFactory.h
axlRendererFactory::GetDescription
virtual const char * GetDescription(void)
Definition:
axlRendererFactory.cpp:43
axlRendererFactory::axlRendererFactory
axlRendererFactory(void)
Definition:
axlRendererFactory.cpp:32
axlRendererFactory
Definition:
axlRendererFactory.h:29
vtkStandardNewMacro
vtkStandardNewMacro(axlRendererFactory)
VTK_FACTORY_INTERFACE_IMPLEMENT
VTK_FACTORY_INTERFACE_IMPLEMENT(axlRendererFactory)
axlRenderer.h
VTK_CREATE_CREATE_FUNCTION
VTK_CREATE_CREATE_FUNCTION(axlRenderer)
axlRenderer
Definition:
axlRenderer.h:55
axlRendererFactory::GetVTKSourceVersion
virtual const char * GetVTKSourceVersion(void)
Definition:
axlRendererFactory.cpp:38
Generated on Sun Dec 2 2018 20:28:11 for Axl-2.5.1 by 1.8.9.1