VTK
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 =========================================================================*/
27 #ifndef vtkImageDataStreamer_h
28 #define vtkImageDataStreamer_h
29 
30 #include "vtkImagingCoreModule.h" // For export macro
31 #include "vtkImageAlgorithm.h"
32 
34 
35 class VTKIMAGINGCORE_EXPORT vtkImageDataStreamer : public vtkImageAlgorithm
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
48  vtkSetMacro(NumberOfStreamDivisions,int);
49  vtkGetMacro(NumberOfStreamDivisions,int);
51 
53 
57  vtkGetObjectMacro(ExtentTranslator,vtkExtentTranslator);
59 
60  // See the vtkAlgorithm for a desciption of what these do
64 
65 protected:
68 
72 private:
73  vtkImageDataStreamer(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION;
74  void operator=(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION;
75 };
76 
77 #endif
78 
79 
80 
Generates a structured extent from unstructured.
Generic algorithm superclass for image algs.
Initiates streaming on image data.
static vtkImageDataStreamer * New()
virtual void SetExtentTranslator(vtkExtentTranslator *)
Get the extent translator that will be used to split the requests.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Process a request from the executive.
vtkExtentTranslator * ExtentTranslator
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.