VTK
dox
IO
Image
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
=========================================================================*/
21
#ifndef vtkImageImportExecutive_h
22
#define vtkImageImportExecutive_h
23
24
#include "vtkIOImageModule.h"
// For export macro
25
#include "
vtkStreamingDemandDrivenPipeline.h
"
26
27
class
VTKIOIMAGE_EXPORT
vtkImageImportExecutive
:
28
public
vtkStreamingDemandDrivenPipeline
29
{
30
public
:
31
static
vtkImageImportExecutive
*
New
();
32
vtkTypeMacro(
vtkImageImportExecutive
,
33
vtkStreamingDemandDrivenPipeline
);
34
38
int
ProcessRequest
(
vtkInformation
* request,
39
vtkInformationVector
** inInfo,
40
vtkInformationVector
* outInfo)
override
;
41
42
protected
:
43
vtkImageImportExecutive
() {}
44
~vtkImageImportExecutive
()
override
{}
45
46
private
:
47
vtkImageImportExecutive
(
const
vtkImageImportExecutive
&) =
delete
;
48
void
operator=(
const
vtkImageImportExecutive
&) =
delete
;
49
};
50
51
#endif
vtkImageImportExecutive::vtkImageImportExecutive
vtkImageImportExecutive()
Definition:
vtkImageImportExecutive.h:43
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkStreamingDemandDrivenPipeline.h
vtkImageImportExecutive::~vtkImageImportExecutive
~vtkImageImportExecutive() override
Definition:
vtkImageImportExecutive.h:44
vtkImageImportExecutive
Definition:
vtkImageImportExecutive.h:27
vtkStreamingDemandDrivenPipeline::ProcessRequest
int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Generalized interface for asking the executive to fulfill update requests.
vtkStreamingDemandDrivenPipeline::New
static vtkStreamingDemandDrivenPipeline * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkStreamingDemandDrivenPipeline
Executive supporting partial updates.
Definition:
vtkStreamingDemandDrivenPipeline.h:52
Generated by
1.8.16