VTK
dox
opt
build
vtk6-6.3.0+dfsg2
debian
build
Filters
ParallelFlowPaths
vtkFiltersParallelFlowPathsObjectFactory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFiltersParallelFlowPathsObjectFactory.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
=========================================================================*/
15
16
#ifndef __vtkFiltersParallelFlowPathsObjectFactory_h
17
#define __vtkFiltersParallelFlowPathsObjectFactory_h
18
19
#include "
vtkFiltersParallelFlowPathsModule.h
"
// For export macro
20
#include "
vtkObjectFactory.h
"
21
22
class
VTKFILTERSPARALLELFLOWPATHS_EXPORT
vtkFiltersParallelFlowPathsObjectFactory
:
public
vtkObjectFactory
23
{
24
public
:
25
static
vtkFiltersParallelFlowPathsObjectFactory
*
New
();
26
vtkTypeMacro
(
vtkFiltersParallelFlowPathsObjectFactory
,
vtkObjectFactory
)
27
28
const
char
* GetDescription() {
return
"vtkFiltersParallelFlowPaths factory overrides."
; }
29
30
const
char
*
GetVTKSourceVersion
();
31
32
void
PrintSelf
(ostream &os,
vtkIndent
indent);
33
34
protected
:
35
vtkFiltersParallelFlowPathsObjectFactory
();
36
37
private
:
38
vtkFiltersParallelFlowPathsObjectFactory
(
const
vtkFiltersParallelFlowPathsObjectFactory
&);
// Not implemented
39
void
operator=(
const
vtkFiltersParallelFlowPathsObjectFactory
&);
// Not implemented
40
};
41
42
#endif // __vtkFiltersParallelFlowPathsObjectFactory_h
vtkFiltersParallelFlowPathsObjectFactory::GetVTKSourceVersion
const char * GetVTKSourceVersion()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkFiltersParallelFlowPathsObjectFactory::New
static vtkFiltersParallelFlowPathsObjectFactory * New()
vtkObjectFactory.h
vtkObjectFactory
abstract base class for vtkObjectFactories
Definition:
vtkObjectFactory.h:51
VTKFILTERSPARALLELFLOWPATHS_EXPORT
#define VTKFILTERSPARALLELFLOWPATHS_EXPORT
Definition:
vtkFiltersParallelFlowPathsModule.h:15
vtkFiltersParallelFlowPathsModule.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkFiltersParallelFlowPathsObjectFactory::vtkFiltersParallelFlowPathsObjectFactory
vtkFiltersParallelFlowPathsObjectFactory()
vtkFiltersParallelFlowPathsObjectFactory::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFiltersParallelFlowPathsObjectFactory
Definition:
vtkFiltersParallelFlowPathsObjectFactory.h:23
Generated by
1.8.20