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