VTK  9.3.0
vtkTransmitRectilinearGridPiece.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
20 #ifndef vtkTransmitRectilinearGridPiece_h
21 #define vtkTransmitRectilinearGridPiece_h
22 
23 #include "vtkFiltersParallelModule.h" // For export macro
25 
26 VTK_ABI_NAMESPACE_BEGIN
28 
29 class VTKFILTERSPARALLEL_EXPORT vtkTransmitRectilinearGridPiece
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
40 
41 private:
43  void operator=(const vtkTransmitRectilinearGridPiece&) = delete;
44 };
45 
46 VTK_ABI_NAMESPACE_END
47 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
Multiprocessing communication superclass.
Redistributes data produced by serial readers.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTransmitRectilinearGridPiece * New()