SimpleITK  2.0.0
Classes | Namespaces
sitkConstantPadImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkConstantPadImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ConstantPadImageFilter
 Increase the image size by padding with a constant value. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::ConstantPad (const Image &image1, std::vector< unsigned int > padLowerBound=std::vector< unsigned int >(3, 0), std::vector< unsigned int > padUpperBound=std::vector< unsigned int >(3, 0), double constant=0.0)
 Increase the image size by padding with a constant value. More...
 
Image itk::simple::ConstantPad (const Image &image1, std::vector< unsigned int > padLowerBound=std::vector< unsigned int >(3, 0), std::vector< unsigned int > padUpperBound=std::vector< unsigned int >(3, 0), double constant=0.0)
 Increase the image size by padding with a constant value. More...