VTK  9.3.20240425
vtkPExtractSelectedArraysOverTime.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
16#ifndef vtkPExtractSelectedArraysOverTime_h
17#define vtkPExtractSelectedArraysOverTime_h
18
20#include "vtkFiltersParallelModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
24class VTKFILTERSPARALLEL_EXPORT vtkPExtractSelectedArraysOverTime
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
39
40protected:
43
44private:
46 void operator=(const vtkPExtractSelectedArraysOverTime&) = delete;
47};
48
49VTK_ABI_NAMESPACE_END
50#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Multiprocessing communication superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPExtractSelectedArraysOverTime * New()
vtkMultiProcessController * GetController()
Set and get the controller.
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.