Reduces the image extent of the input.
More...
#include <vtkRectilinearGridClip.h>
Inherits vtkRectilinearGridAlgorithm.
Reduces the image extent of the input.
vtkRectilinearGridClip 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.
Definition at line 36 of file vtkRectilinearGridClip.h.
vtkRectilinearGridClip::vtkRectilinearGridClip |
( |
| ) |
|
|
protected |
vtkRectilinearGridClip::~vtkRectilinearGridClip |
( |
| ) |
|
|
inlineprotected |
static int vtkRectilinearGridClip::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkRectilinearGridClip::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkRectilinearGridClip::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkRectilinearGridClip::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkRectilinearGridClip::SetOutputWholeExtent |
( |
int |
extent[6], |
|
|
vtkInformation * |
outInfo = 0 |
|
) |
| |
The whole extent of the output has to be set explicitly.
void vtkRectilinearGridClip::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 vtkRectilinearGridClip::GetOutputWholeExtent |
( |
int |
extent[6] | ) |
|
The whole extent of the output has to be set explicitly.
int* vtkRectilinearGridClip::GetOutputWholeExtent |
( |
| ) |
|
|
inline |
void vtkRectilinearGridClip::ResetOutputWholeExtent |
( |
| ) |
|
virtual void vtkRectilinearGridClip::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 vtkRectilinearGridClip::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 vtkRectilinearGridClip::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 vtkRectilinearGridClip::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 vtkRectilinearGridClip::SetOutputWholeExtent |
( |
int |
piece, |
|
|
int |
numPieces |
|
) |
| |
virtual int vtkRectilinearGridClip::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkRectilinearGridClip::CopyData |
( |
vtkRectilinearGrid * |
inData, |
|
|
vtkRectilinearGrid * |
outData, |
|
|
int * |
ext |
|
) |
| |
|
protected |
virtual int vtkRectilinearGridClip::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
vtkTimeStamp vtkRectilinearGridClip::CTime |
|
protected |
int vtkRectilinearGridClip::Initialized |
|
protected |
int vtkRectilinearGridClip::OutputWholeExtent[6] |
|
protected |
int vtkRectilinearGridClip::ClipData |
|
protected |
The documentation for this class was generated from the following file: