VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageWrapPad.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageWrapPad.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
=========================================================================*/
30
#ifndef __vtkImageWrapPad_h
31
#define __vtkImageWrapPad_h
32
33
34
#include "
vtkImagePadFilter.h
"
35
36
class
vtkInformation
;
37
class
vtkInformationVector
;
38
39
class
VTK_IMAGING_EXPORT
vtkImageWrapPad
:
public
vtkImagePadFilter
40
{
41
public
:
42
static
vtkImageWrapPad
*
New
();
43
vtkTypeMacro(
vtkImageWrapPad
,
vtkImagePadFilter
);
44
45
protected
:
46
vtkImageWrapPad
() {};
47
~vtkImageWrapPad
() {};
48
49
void
ComputeInputUpdateExtent
(
int
inExt[6],
int
outExt[6],
int
wExt[6]);
50
void
ThreadedRequestData
(
vtkInformation
* request,
51
vtkInformationVector
** inputVector,
52
vtkInformationVector
* outputVector,
53
vtkImageData
***inData,
vtkImageData
**outData,
54
int
ext[6],
int
id
);
55
private
:
56
vtkImageWrapPad
(
const
vtkImageWrapPad
&);
// Not implemented.
57
void
operator=(
const
vtkImageWrapPad
&);
// Not implemented.
58
};
59
60
#endif
61
62
63
vtkImageWrapPad::vtkImageWrapPad
vtkImageWrapPad()
Definition:
vtkImageWrapPad.h:46
vtkImagePadFilter::New
static vtkImagePadFilter * New()
vtkImagePadFilter.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:81
vtkImageWrapPad
Makes an image larger by wrapping existing data.
Definition:
vtkImageWrapPad.h:39
vtkImagePadFilter
Super class for filters that fill in extra pixels.
Definition:
vtkImagePadFilter.h:29
vtkImagePadFilter::ComputeInputUpdateExtent
virtual void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6])
VTK_IMAGING_EXPORT
#define VTK_IMAGING_EXPORT
Definition:
vtkWin32Header.h:275
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:43
vtkThreadedImageAlgorithm::ThreadedRequestData
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:39
vtkImageWrapPad::~vtkImageWrapPad
~vtkImageWrapPad()
Definition:
vtkImageWrapPad.h:47
Generated on Fri Sep 5 2014 03:02:47 for VTK by
1.8.8