Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageRectilinearWipe.h File Reference

#include "vtkImageTwoInputFilter.h"

Include dependency graph for vtkImageRectilinearWipe.h:

Include dependency graph

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


Define Documentation

#define VTK_WIPE_QUAD   0
 

Definition at line 64 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToQuad().

#define VTK_WIPE_HORIZONTAL   1
 

Definition at line 65 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToHorizontal().

#define VTK_WIPE_VERTICAL   2
 

Definition at line 66 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToVertical().

#define VTK_WIPE_LOWER_LEFT   3
 

Definition at line 67 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToLowerLeft().

#define VTK_WIPE_LOWER_RIGHT   4
 

Definition at line 68 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToLowerRight().

#define VTK_WIPE_UPPER_LEFT   5
 

Definition at line 69 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToUpperLeft().

#define VTK_WIPE_UPPER_RIGHT   6
 

Definition at line 70 of file vtkImageRectilinearWipe.h.

Referenced by vtkImageRectilinearWipe::SetWipeToUpperRight().