VTK
9.0.1
Filters
ParallelDIY2
vtkGenerateGlobalIds.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGenerateGlobalIds.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
=========================================================================*/
25
#ifndef vtkGenerateGlobalIds_h
26
#define vtkGenerateGlobalIds_h
27
28
#include "vtkFiltersParallelDIY2Module.h"
// for export macros
29
#include "
vtkPassInputTypeAlgorithm.h
"
30
31
class
vtkMultiProcessController
;
32
33
class
VTKFILTERSPARALLELDIY2_EXPORT
vtkGenerateGlobalIds
:
public
vtkPassInputTypeAlgorithm
34
{
35
public
:
36
static
vtkGenerateGlobalIds
*
New
();
37
vtkTypeMacro(
vtkGenerateGlobalIds
,
vtkPassInputTypeAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
41
45
void
SetController(
vtkMultiProcessController
*);
46
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
48
49
protected
:
50
vtkGenerateGlobalIds
();
51
~
vtkGenerateGlobalIds
()
override
;
52
53
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
54
55
private
:
56
vtkGenerateGlobalIds
(
const
vtkGenerateGlobalIds
&) =
delete
;
57
void
operator=(
const
vtkGenerateGlobalIds
&) =
delete
;
58
59
vtkMultiProcessController
* Controller;
60
};
61
62
#endif
vtkPassInputTypeAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkPassInputTypeAlgorithm.h:51
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkPassInputTypeAlgorithm.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkGenerateGlobalIds
generates global point and cell ids.
Definition:
vtkGenerateGlobalIds.h:33
vtkPassInputTypeAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkPassInputTypeAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Definition:
vtkPassInputTypeAlgorithm.h:171
vtkPassInputTypeAlgorithm::New
static vtkPassInputTypeAlgorithm * New()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition:
vtkMultiProcessController.h:75
Generated on Wed Apr 26 2023 05:16:28 for VTK by
1.8.14