VTK
vtkMemoryLimitImageDataStreamer.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMemoryLimitImageDataStreamer.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 vtkMemoryLimitImageDataStreamer_h
28 #define vtkMemoryLimitImageDataStreamer_h
29 
30 #include "vtkFiltersParallelImagingModule.h" // For export macro
31 #include "vtkImageDataStreamer.h"
32 
33 
34 class VTKFILTERSPARALLELIMAGING_EXPORT vtkMemoryLimitImageDataStreamer : public vtkImageDataStreamer
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
42 
45  vtkSetMacro(MemoryLimit, unsigned long);
46  vtkGetMacro(MemoryLimit, unsigned long);
48 
49  // See the vtkAlgorithm for a desciption of what these do
53 
54 protected:
57 
58  unsigned long MemoryLimit;
59 private:
61  void operator=(const vtkMemoryLimitImageDataStreamer&) VTK_DELETE_FUNCTION;
62 };
63 
64 
65 
66 
67 #endif
Initiates streaming on image data.
Store vtkAlgorithm input/output information.
Initiates streaming on image data.
static vtkImageDataStreamer * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Store zero or more vtkInformation instances.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Process a request from the executive.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.