|
SimpleITK
|
#include <memory>#include "sitkBasicFilters.h"#include "sitkImageFilter.h"#include "sitkProcessObjectDeleter.h"
Include dependency graph for sitkSliceImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::SliceImageFilter |
| Slices an image based on a starting index and a stopping index, and a step size. More... | |
Namespaces | |
| namespace | itk |
| namespace | itk::simple |
Functions | |
| Image | itk::simple::Slice (const Image &image1, std::vector< int32_t > start=std::vector< int32_t >(SITK_MAX_DIMENSION, 0), std::vector< int32_t > stop=std::vector< int32_t >(SITK_MAX_DIMENSION, std::numeric_limits< int32_t >::max()), std::vector< int > step=std::vector< int >(SITK_MAX_DIMENSION, 1)) |
| Slices an image based on a starting index and a stopping index, and a step size. | |
1.13.2 |
Privacy Policy