VTK
Filters
ParallelGeometry
vtkFiltersParallelGeometryObjectFactory.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFiltersParallelGeometryObjectFactory.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 vtkFiltersParallelGeometryObjectFactory_h
17
#define vtkFiltersParallelGeometryObjectFactory_h
18
19
#include "
vtkFiltersParallelGeometryModule.h
"
// For export macro
20
#include "
vtkObjectFactory.h
"
21
22
class
VTKFILTERSPARALLELGEOMETRY_EXPORT
vtkFiltersParallelGeometryObjectFactory
:
public
vtkObjectFactory
23
{
24
public
:
25
static
vtkFiltersParallelGeometryObjectFactory
*
New
();
26
vtkTypeMacro(
vtkFiltersParallelGeometryObjectFactory
,
vtkObjectFactory
);
27
28
const
char
*
GetDescription
()
override
{
return
"vtkFiltersParallelGeometry factory overrides."
; }
29
30
const
char
*
GetVTKSourceVersion
()
override
;
31
32
void
PrintSelf
(ostream &os,
vtkIndent
indent)
override
;
33
34
protected
:
35
vtkFiltersParallelGeometryObjectFactory
();
36
37
private
:
38
vtkFiltersParallelGeometryObjectFactory
(
const
vtkFiltersParallelGeometryObjectFactory
&) =
delete
;
39
void
operator=
(
const
vtkFiltersParallelGeometryObjectFactory
&) =
delete
;
40
};
41
42
#endif // vtkFiltersParallelGeometryObjectFactory_h
vtkObjectFactory::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkFiltersParallelGeometryObjectFactory
Definition:
vtkFiltersParallelGeometryObjectFactory.h:22
vtkFiltersParallelGeometryModule.h
vtkObjectFactory::GetVTKSourceVersion
virtual const char * GetVTKSourceVersion()=0
vtkObjectFactory.h
vtkIndent
vtkObjectFactory
VTKFILTERSPARALLELGEOMETRY_EXPORT
#define VTKFILTERSPARALLELGEOMETRY_EXPORT
Definition:
vtkFiltersParallelGeometryModule.h:15
vtkObject::New
static vtkObject * New()
vtkObjectBase::operator=
void operator=(const vtkObjectBase &)
vtkFiltersParallelGeometryObjectFactory::GetDescription
const char * GetDescription() override
Definition:
vtkFiltersParallelGeometryObjectFactory.h:28
Generated by
1.8.13 on Tue May 18 2021