VTK  9.3.0
vtkPExtractExodusGlobalTemporalVariables.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
17 #ifndef vtkPExtractExodusGlobalTemporalVariables_h
18 #define vtkPExtractExodusGlobalTemporalVariables_h
19 
21 #include "vtkFiltersParallelModule.h" // For export macro
22 
23 VTK_ABI_NAMESPACE_BEGIN
25 
26 class VTKFILTERSPARALLEL_EXPORT vtkPExtractExodusGlobalTemporalVariables
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
35 
40  vtkGetObjectMacro(Controller, vtkMultiProcessController);
42 protected:
45 
46  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
47  vtkInformationVector* outputVector) override;
48 
49 private:
52  void operator=(const vtkPExtractExodusGlobalTemporalVariables&) = delete;
53 
54  vtkMultiProcessController* Controller;
55 };
56 
57 VTK_ABI_NAMESPACE_END
58 #endif
extract global temporal arrays or suitable field data arrays
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
parallel version of vtkExtractExodusGlobalTemporalVariables.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
static vtkPExtractExodusGlobalTemporalVariables * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.