VTK  9.0.1
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 
32 class VTKIMAGINGCORE_EXPORT vtkImageDataStreamer : public vtkImageAlgorithm
33 {
34 public:
35  static vtkImageDataStreamer* New();
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
40 
45  vtkSetMacro(NumberOfStreamDivisions, int);
46  vtkGetMacro(NumberOfStreamDivisions, int);
48 
50 
53  virtual void SetExtentTranslator(vtkExtentTranslator*);
54  vtkGetObjectMacro(ExtentTranslator, vtkExtentTranslator);
56 
57  // See the vtkAlgorithm for a description of what these do
60 
61 protected:
63  ~vtkImageDataStreamer() override;
64 
68 
69 private:
71  void operator=(const vtkImageDataStreamer&) = delete;
72 };
73 
74 #endif
vtkImageDataStreamer::NumberOfStreamDivisions
int NumberOfStreamDivisions
Definition: vtkImageDataStreamer.h:66
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkImageDataStreamer::ExtentTranslator
vtkExtentTranslator * ExtentTranslator
Definition: vtkImageDataStreamer.h:65
vtkImageAlgorithm.h
vtkImageAlgorithm
Generic algorithm superclass for image algs.
Definition: vtkImageAlgorithm.h:37
vtkExtentTranslator
Generates a structured extent from unstructured.
Definition: vtkExtentTranslator.h:34
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkImageAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageDataStreamer
Initiates streaming on image data.
Definition: vtkImageDataStreamer.h:32
vtkImageAlgorithm::ProcessRequest
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
vtkImageDataStreamer::CurrentDivision
int CurrentDivision
Definition: vtkImageDataStreamer.h:67
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69