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
VTKFILTERSPARALLELIMAGING_EXPORT
#define VTKFILTERSPARALLELIMAGING_EXPORT
Definition: vtkFiltersParallelImagingModule.h:15
vtkImageDataStreamer.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkMemoryLimitImageDataStreamer
Initiates streaming on image data.
Definition: vtkMemoryLimitImageDataStreamer.h:34
vtkMemoryLimitImageDataStreamer::New
static vtkMemoryLimitImageDataStreamer * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMemoryLimitImageDataStreamer::MemoryLimit
unsigned long MemoryLimit
Definition: vtkMemoryLimitImageDataStreamer.h:55
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkMemoryLimitImageDataStreamer::ProcessRequest
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMemoryLimitImageDataStreamer::vtkMemoryLimitImageDataStreamer
vtkMemoryLimitImageDataStreamer()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkMemoryLimitImageDataStreamer::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFiltersParallelImagingModule.h
vtkImageDataStreamer
Initiates streaming on image data.
Definition: vtkImageDataStreamer.h:35
vtkMemoryLimitImageDataStreamer::~vtkMemoryLimitImageDataStreamer
~vtkMemoryLimitImageDataStreamer()
Definition: vtkMemoryLimitImageDataStreamer.h:53