VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
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 "
vtkStreamingDemandDrivenPipeline.h
"
24
25
class
VTK_IMAGING_EXPORT
vtkImageImportExecutive
:
26
public
vtkStreamingDemandDrivenPipeline
27
{
28
public
:
29
static
vtkImageImportExecutive
*
New
();
30
vtkTypeMacro(
vtkImageImportExecutive
,
31
vtkStreamingDemandDrivenPipeline
);
32
34
35
virtual
int
ProcessRequest
(
vtkInformation
* request,
36
vtkInformationVector
** inInfo,
37
vtkInformationVector
* outInfo);
39
40
protected
:
41
vtkImageImportExecutive
() {};
42
~vtkImageImportExecutive
() {};
43
44
private
:
45
vtkImageImportExecutive
(
const
vtkImageImportExecutive
&);
// Not implemented.
46
void
operator=(
const
vtkImageImportExecutive
&);
// Not implemented.
47
};
48
49
#endif
vtkStreamingDemandDrivenPipeline.h
vtkStreamingDemandDrivenPipeline::New
static vtkStreamingDemandDrivenPipeline * New()
vtkImageImportExecutive
Definition:
vtkImageImportExecutive.h:25
vtkImageImportExecutive::vtkImageImportExecutive
vtkImageImportExecutive()
Definition:
vtkImageImportExecutive.h:41
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:81
VTK_IMAGING_EXPORT
#define VTK_IMAGING_EXPORT
Definition:
vtkWin32Header.h:275
vtkStreamingDemandDrivenPipeline::ProcessRequest
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
vtkImageImportExecutive::~vtkImageImportExecutive
~vtkImageImportExecutive()
Definition:
vtkImageImportExecutive.h:42
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:39
vtkStreamingDemandDrivenPipeline
Executive supporting partial updates.
Definition:
vtkStreamingDemandDrivenPipeline.h:48
Generated on Sat Sep 13 2014 22:26:19 for VTK by
1.8.8