#include "vtkImageTwoInputFilter.h"
Include dependency graph for vtkImageRectilinearWipe.h:
Go to the source code of this file.
Classes | |
class | vtkImageRectilinearWipe |
make a rectilinear combination of two images. More... | |
Defines | |
#define | VTK_WIPE_QUAD 0 |
#define | VTK_WIPE_HORIZONTAL 1 |
#define | VTK_WIPE_VERTICAL 2 |
#define | VTK_WIPE_LOWER_LEFT 3 |
#define | VTK_WIPE_LOWER_RIGHT 4 |
#define | VTK_WIPE_UPPER_LEFT 5 |
#define | VTK_WIPE_UPPER_RIGHT 6 |
|
Definition at line 64 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToQuad(). |
|
Definition at line 65 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToHorizontal(). |
|
Definition at line 66 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToVertical(). |
|
Definition at line 67 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToLowerLeft(). |
|
Definition at line 68 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToLowerRight(). |
|
Definition at line 69 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToUpperLeft(). |
|
Definition at line 70 of file vtkImageRectilinearWipe.h. Referenced by vtkImageRectilinearWipe::SetWipeToUpperRight(). |