VTK  9.3.20240424
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
26VTK_ABI_NAMESPACE_BEGIN
28
29class VTKFILTERSPARALLEL_EXPORT vtkTransmitRectilinearGridPiece
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
37protected:
40
41private:
43 void operator=(const vtkTransmitRectilinearGridPiece&) = delete;
44};
45
46VTK_ABI_NAMESPACE_END
47#endif
a simple class to control print indentation
Definition vtkIndent.h:108
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()