Changes extent, nothing else.
More...
#include <vtkImageTranslateExtent.h>
Inherits vtkImageAlgorithm.
Changes extent, nothing else.
vtkImageTranslateExtent shift the whole extent, but does not change the data.
- Tests:
- vtkImageTranslateExtent (Tests)
Definition at line 31 of file vtkImageTranslateExtent.h.
vtkImageTranslateExtent::vtkImageTranslateExtent |
( |
| ) |
|
|
protected |
vtkImageTranslateExtent::~vtkImageTranslateExtent |
( |
| ) |
|
|
inlineprotected |
static int vtkImageTranslateExtent::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageTranslateExtent::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageTranslateExtent::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageTranslateExtent::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageTranslateExtent::SetTranslation |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void vtkImageTranslateExtent::SetTranslation |
( |
int |
[3] | ) |
|
|
virtual |
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual int* vtkImageTranslateExtent::GetTranslation |
( |
| ) |
|
|
virtual |
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void vtkImageTranslateExtent::GetTranslation |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| |
|
virtual |
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void vtkImageTranslateExtent::GetTranslation |
( |
int |
[3] | ) |
|
|
virtual |
Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual int vtkImageTranslateExtent::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageTranslateExtent::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageTranslateExtent::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkImageTranslateExtent::Translation[3] |
|
protected |
The documentation for this class was generated from the following file: