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

Go to the source code of this file.

Classes

class  itk::simple::ClampImageFilter
 Casts input pixels to output pixel type and clamps the output pixel values to a specified range. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::Clamp (const Image &image1, PixelIDValueEnum outputPixelType=itk::simple::sitkFloat32, double lowerBound=-std::numeric_limits< double >::max(), double upperBound=std::numeric_limits< double >::max())
 Casts input pixels to output pixel type and clamps the output pixel values to a specified range. More...