VTK  9.1.0
vtkImageDataStreamer.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkImageDataStreamer.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
24#ifndef vtkImageDataStreamer_h
25#define vtkImageDataStreamer_h
26
27#include "vtkImageAlgorithm.h"
28#include "vtkImagingCoreModule.h" // For export macro
29
31
32class VTKIMAGINGCORE_EXPORT vtkImageDataStreamer : public vtkImageAlgorithm
33{
34public:
37 void PrintSelf(ostream& os, vtkIndent indent) override;
38
40
45 vtkSetMacro(NumberOfStreamDivisions, int);
46 vtkGetMacro(NumberOfStreamDivisions, int);
48
50
54 vtkGetObjectMacro(ExtentTranslator, vtkExtentTranslator);
56
57 // See the vtkAlgorithm for a description of what these do
60
61protected:
64
68
69private:
71 void operator=(const vtkImageDataStreamer&) = delete;
72};
73
74#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:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition: vtkABI.h:69