VTK  9.3.20240416
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 
22 VTK_ABI_NAMESPACE_BEGIN
24 class VTKFILTERSPARALLEL_EXPORT vtkPExtractSelectedArraysOverTime
26 {
27 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
33 
39 
40 protected:
43 
44 private:
46  void operator=(const vtkPExtractSelectedArraysOverTime&) = delete;
47 };
48 
49 VTK_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.
vtkMultiProcessController * GetController()
Set and get the controller.
static vtkPExtractSelectedArraysOverTime * New()
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.