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:
38  static vtkImageDataStreamer *New();
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
48  vtkSetMacro(NumberOfStreamDivisions,int);
49  vtkGetMacro(NumberOfStreamDivisions,int);
51 
53 
56  virtual void SetExtentTranslator(vtkExtentTranslator*);
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 
Store vtkAlgorithm input/output information.
Initiates streaming on image data.
Generates a structured extent from unstructured.
vtkExtentTranslator * ExtentTranslator
a simple class to control print indentation
Definition: vtkIndent.h:39
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Generic algorithm superclass for image algs.
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.