| VTK
   
    | 
#include "vtkObject.h"

Go to the source code of this file.
| Classes | |
| class | vtkAbstractImageInterpolator | 
| interpolate data values from images  More... | |
| Defines | |
| #define | VTK_IMAGE_BORDER_CLAMP 0 | 
| #define | VTK_IMAGE_BORDER_REPEAT 1 | 
| #define | VTK_IMAGE_BORDER_MIRROR 2 | 
| #define VTK_IMAGE_BORDER_CLAMP 0 | 
Definition at line 34 of file vtkAbstractImageInterpolator.h.
| #define VTK_IMAGE_BORDER_REPEAT 1 | 
Definition at line 35 of file vtkAbstractImageInterpolator.h.
| #define VTK_IMAGE_BORDER_MIRROR 2 | 
Definition at line 36 of file vtkAbstractImageInterpolator.h.
 1.7.5.1
 1.7.5.1