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
32
33
34class VTKFILTERSPARALLELIMAGING_EXPORT vtkMemoryLimitImageDataStreamer : public vtkImageDataStreamer
35{
36public:
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
54protected:
57
58 unsigned long MemoryLimit;
59private:
61 void operator=(const vtkMemoryLimitImageDataStreamer&) VTK_DELETE_FUNCTION;
62};
63
64
65
66
67#endif
Initiates streaming on image data.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Initiates streaming on image data.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Process a request from the executive.
static vtkMemoryLimitImageDataStreamer * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.