VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
Imaging
Core
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 "
vtkImagingCoreModule.h
"
// For export macro
35
#include "
vtkImagePadFilter.h
"
36
37
class
vtkInformation
;
38
class
vtkInformationVector
;
39
40
class
VTKIMAGINGCORE_EXPORT
vtkImageWrapPad
:
public
vtkImagePadFilter
41
{
42
public
:
43
static
vtkImageWrapPad
*
New
();
44
vtkTypeMacro(
vtkImageWrapPad
,
vtkImagePadFilter
);
45
46
protected
:
47
vtkImageWrapPad
() {}
48
~vtkImageWrapPad
() {}
49
50
void
ComputeInputUpdateExtent
(
int
inExt[6],
int
outExt[6],
int
wExt[6]);
51
void
ThreadedRequestData
(
vtkInformation
* request,
52
vtkInformationVector
** inputVector,
53
vtkInformationVector
* outputVector,
54
vtkImageData
***inData,
vtkImageData
**outData,
55
int
ext[6],
int
id
);
56
private
:
57
vtkImageWrapPad
(
const
vtkImageWrapPad
&);
// Not implemented.
58
void
operator=(
const
vtkImageWrapPad
&);
// Not implemented.
59
};
60
61
#endif
62
63
64
65
// VTK-HeaderTest-Exclude: vtkImageWrapPad.h
vtkImageWrapPad::vtkImageWrapPad
vtkImageWrapPad()
Definition:
vtkImageWrapPad.h:47
vtkImagePadFilter::New
static vtkImagePadFilter * New()
vtkImagePadFilter.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkImagingCoreModule.h
vtkImageWrapPad
Makes an image larger by wrapping existing data.
Definition:
vtkImageWrapPad.h:40
vtkImagePadFilter
Super class for filters that fill in extra pixels.
Definition:
vtkImagePadFilter.h:30
vtkImagePadFilter::ComputeInputUpdateExtent
virtual void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6])
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:44
VTKIMAGINGCORE_EXPORT
#define VTKIMAGINGCORE_EXPORT
Definition:
vtkImagingCoreModule.h:15
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:40
vtkImageWrapPad::~vtkImageWrapPad
~vtkImageWrapPad()
Definition:
vtkImageWrapPad.h:48
Generated by
1.8.9.1