VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageMirrorPad.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageMirrorPad.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
=========================================================================*/
25
#ifndef __vtkImageMirrorPad_h
26
#define __vtkImageMirrorPad_h
27
28
29
#include "
vtkImagePadFilter.h
"
30
31
class
VTK_IMAGING_EXPORT
vtkImageMirrorPad
:
public
vtkImagePadFilter
32
{
33
public
:
34
static
vtkImageMirrorPad
*
New
();
35
vtkTypeMacro(
vtkImageMirrorPad
,
vtkImagePadFilter
);
36
37
protected
:
38
vtkImageMirrorPad
() {};
39
~vtkImageMirrorPad
() {};
40
41
void
ComputeInputUpdateExtent
(
int
inExt[6],
int
outExt[6],
int
wExt[6]);
42
void
ThreadedRequestData
(
vtkInformation
* request,
43
vtkInformationVector
** inputVector,
44
vtkInformationVector
* outputVector,
45
vtkImageData
***inData,
vtkImageData
**outData,
46
int
ext[6],
int
id
);
47
private
:
48
vtkImageMirrorPad
(
const
vtkImageMirrorPad
&);
// Not implemented.
49
void
operator=(
const
vtkImageMirrorPad
&);
// Not implemented.
50
};
51
52
#endif
53
54
55
vtkImagePadFilter::New
static vtkImagePadFilter * New()
vtkImagePadFilter.h
vtkImageMirrorPad
Extra pixels are filled by mirror images.
Definition:
vtkImageMirrorPad.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:81
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
vtkImageMirrorPad::vtkImageMirrorPad
vtkImageMirrorPad()
Definition:
vtkImageMirrorPad.h:38
vtkThreadedImageAlgorithm::ThreadedRequestData
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
vtkImageMirrorPad::~vtkImageMirrorPad
~vtkImageMirrorPad()
Definition:
vtkImageMirrorPad.h:39
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:39
Generated on Tue Oct 28 2014 11:39:57 for VTK by
1.8.8