#include "vtkThreadedImageAlgorithm.h"
Go to the source code of this file.
Classes | |
class | vtkImageSlab |
combine image slices to form a slab image More... | |
Defines | |
#define | VTK_IMAGE_SLAB_MIN 0 |
#define | VTK_IMAGE_SLAB_MAX 1 |
#define | VTK_IMAGE_SLAB_MEAN 2 |
#define | VTK_IMAGE_SLAB_SUM 3 |
#define VTK_IMAGE_SLAB_MIN 0 |
Definition at line 35 of file vtkImageSlab.h.
#define VTK_IMAGE_SLAB_MAX 1 |
Definition at line 36 of file vtkImageSlab.h.
#define VTK_IMAGE_SLAB_MEAN 2 |
Definition at line 37 of file vtkImageSlab.h.
#define VTK_IMAGE_SLAB_SUM 3 |
Definition at line 38 of file vtkImageSlab.h.