VTK  9.3.0
vtkTransmitStructuredGridPiece.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 vtkTransmitStructuredGridPiece_h
18 #define vtkTransmitStructuredGridPiece_h
19 
20 #include "vtkFiltersParallelModule.h" // For export macro
22 
23 VTK_ABI_NAMESPACE_BEGIN
25 
26 class VTKFILTERSPARALLEL_EXPORT vtkTransmitStructuredGridPiece
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
34 protected:
37 
38 private:
40  void operator=(const vtkTransmitStructuredGridPiece&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
a simple class to control print indentation
Definition: vtkIndent.h:29
Multiprocessing communication superclass.
static vtkTransmitStructuredGridPiece * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTransmitStructuredGridPiece() override