VTK
vtkImageImportExecutive.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageImportExecutive.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 =========================================================================*/
20 #ifndef vtkImageImportExecutive_h
21 #define vtkImageImportExecutive_h
22 
23 #include "vtkIOImageModule.h" // For export macro
25 
28 {
29 public:
33 
35 
36  virtual int ProcessRequest(vtkInformation* request,
37  vtkInformationVector** inInfo,
38  vtkInformationVector* outInfo);
40 
41 protected:
44 
45 private:
46  vtkImageImportExecutive(const vtkImageImportExecutive&); // Not implemented.
47  void operator=(const vtkImageImportExecutive&); // Not implemented.
48 };
49 
50 #endif
vtkImageImportExecutive::vtkImageImportExecutive
vtkImageImportExecutive()
Definition: vtkImageImportExecutive.h:42
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkIOImageModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkStreamingDemandDrivenPipeline.h
VTKIOIMAGE_EXPORT
#define VTKIOIMAGE_EXPORT
Definition: vtkIOImageModule.h:15
vtkImageImportExecutive::ProcessRequest
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
vtkImageImportExecutive
Definition: vtkImageImportExecutive.h:28
vtkImageImportExecutive::New
static vtkImageImportExecutive * New()
vtkImageImportExecutive::~vtkImageImportExecutive
~vtkImageImportExecutive()
Definition: vtkImageImportExecutive.h:43
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkStreamingDemandDrivenPipeline
Executive supporting partial updates.
Definition: vtkStreamingDemandDrivenPipeline.h:51