Reduces the image extent of the input.
More...
#include <vtkImageClip.h>
Inherits vtkImageAlgorithm.
Reduces the image extent of the input.
vtkImageClip will make an image smaller. The output must have an image extent which is the subset of the input. The filter has two modes of operation: 1: By default, the data is not copied in this filter. Only the whole extent is modified. 2: If ClipDataOn is set, then you will get no more that the clipped extent.
- Examples:
- vtkImageClip (Examples)
- Tests:
- vtkImageClip (Tests)
Definition at line 42 of file vtkImageClip.h.
vtkImageClip::vtkImageClip |
( |
| ) |
|
|
protected |
vtkImageClip::~vtkImageClip |
( |
| ) |
|
|
inlineprotected |
static int vtkImageClip::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageClip::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkImageClip* vtkImageClip::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkImageClip::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageClip::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageClip::SetOutputWholeExtent |
( |
int |
extent[6], |
|
|
vtkInformation * |
outInfo = 0 |
|
) |
| |
The whole extent of the output has to be set explicitly.
void vtkImageClip::SetOutputWholeExtent |
( |
int |
minX, |
|
|
int |
maxX, |
|
|
int |
minY, |
|
|
int |
maxY, |
|
|
int |
minZ, |
|
|
int |
maxZ |
|
) |
| |
The whole extent of the output has to be set explicitly.
void vtkImageClip::GetOutputWholeExtent |
( |
int |
extent[6] | ) |
|
The whole extent of the output has to be set explicitly.
int* vtkImageClip::GetOutputWholeExtent |
( |
| ) |
|
|
inline |
The whole extent of the output has to be set explicitly.
Definition at line 55 of file vtkImageClip.h.
void vtkImageClip::ResetOutputWholeExtent |
( |
| ) |
|
virtual void vtkImageClip::SetClipData |
( |
int |
| ) |
|
|
virtual |
By default, ClipData is off, and only the WholeExtent is modified. the data's extent may actually be larger. When this flag is on, the data extent will be no more than the OutputWholeExtent.
virtual int vtkImageClip::GetClipData |
( |
| ) |
|
|
virtual |
By default, ClipData is off, and only the WholeExtent is modified. the data's extent may actually be larger. When this flag is on, the data extent will be no more than the OutputWholeExtent.
virtual void vtkImageClip::ClipDataOn |
( |
| ) |
|
|
virtual |
By default, ClipData is off, and only the WholeExtent is modified. the data's extent may actually be larger. When this flag is on, the data extent will be no more than the OutputWholeExtent.
virtual void vtkImageClip::ClipDataOff |
( |
| ) |
|
|
virtual |
By default, ClipData is off, and only the WholeExtent is modified. the data's extent may actually be larger. When this flag is on, the data extent will be no more than the OutputWholeExtent.
void vtkImageClip::SetOutputWholeExtent |
( |
int |
piece, |
|
|
int |
numPieces |
|
) |
| |
virtual int vtkImageClip::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageClip::CopyData |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int * |
ext |
|
) |
| |
|
protected |
virtual int vtkImageClip::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
vtkTimeStamp vtkImageClip::CTime |
|
protected |
int vtkImageClip::Initialized |
|
protected |
int vtkImageClip::OutputWholeExtent[6] |
|
protected |
int vtkImageClip::ClipData |
|
protected |
The documentation for this class was generated from the following file: