VTK  9.3.20240425
vtkImageDataStreamer.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
15#ifndef vtkImageDataStreamer_h
16#define vtkImageDataStreamer_h
17
18#include "vtkImageAlgorithm.h"
19#include "vtkImagingCoreModule.h" // For export macro
20
21VTK_ABI_NAMESPACE_BEGIN
23
24class VTKIMAGINGCORE_EXPORT vtkImageDataStreamer : public vtkImageAlgorithm
25{
26public:
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
32
37 vtkSetMacro(NumberOfStreamDivisions, int);
38 vtkGetMacro(NumberOfStreamDivisions, int);
40
42
46 vtkGetObjectMacro(ExtentTranslator, vtkExtentTranslator);
48
49 // See the vtkAlgorithm for a description of what these do
52
53protected:
56
60
61private:
63 void operator=(const vtkImageDataStreamer&) = delete;
64};
65
66VTK_ABI_NAMESPACE_END
67#endif
Generates a structured extent from unstructured.
Generic algorithm superclass for image algs.
Initiates streaming on image data.
~vtkImageDataStreamer() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetExtentTranslator(vtkExtentTranslator *)
Get the extent translator that will be used to split the requests.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
vtkExtentTranslator * ExtentTranslator
static vtkImageDataStreamer * New()
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition vtkABI.h:64