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 =========================================================================*/
26 #ifndef vtkMemoryLimitImageDataStreamer_h
27 #define vtkMemoryLimitImageDataStreamer_h
28 
29 #include "vtkFiltersParallelImagingModule.h" // For export macro
30 #include "vtkImageDataStreamer.h"
31 
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
42  vtkSetMacro(MemoryLimit, unsigned long);
43  vtkGetMacro(MemoryLimit, unsigned long);
45 
46  // See the vtkAlgorithm for a desciption of what these do
50 
51 protected:
54 
55  unsigned long MemoryLimit;
56 private:
58  void operator=(const vtkMemoryLimitImageDataStreamer&); // Not implemented.
59 };
60 
61 
62 
63 
64 #endif
Initiates streaming on image data.
#define VTKFILTERSPARALLELIMAGING_EXPORT
Store vtkAlgorithm input/output information.
Initiates streaming on image data.
static vtkImageDataStreamer * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)