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
23VTK_ABI_NAMESPACE_BEGIN
25
56
57VTK_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.
static vtkPExtractExodusGlobalTemporalVariables * New()
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.