Class CastImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.CastImageFilter
A hybrid cast image filter to convert images to other types of images.
Several different ITK classes are implemented under the hood, to
convert between different image types.
See:
 itk::simple::Cast for the procedural interface
C++ includes: sitkCastImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::CastImageFilter::CastImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedCastImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()itk::simple::CastImageFilter::~CastImageFilter() overrideImage itk::simple::CastImageFilter::Execute(const Image &)protected voidfinalize()protected static longgetCPtr(CastImageFilter obj) getName()std::string itk::simple::CastImageFilter::GetName() const override Name of this classPixelIDValueEnum itk::simple::CastImageFilter::GetOutputPixelType() constvoidsetOutputPixelType(PixelIDValueEnum pixelID) Self& itk::simple::CastImageFilter::SetOutputPixelType(PixelIDValueEnum pixelID) Set/Get the output pixel typeprotected static longtoString()std::string itk::simple::CastImageFilter::ToString() const overrideMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
CastImageFilterprotected CastImageFilter(long cPtr, boolean cMemoryOwn) 
- 
CastImageFilterpublic CastImageFilter()itk::simple::CastImageFilter::CastImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()itk::simple::CastImageFilter::~CastImageFilter() override- Overrides:
- deletein class- ImageFilter
 
- 
setOutputPixelTypeSelf& itk::simple::CastImageFilter::SetOutputPixelType(PixelIDValueEnum pixelID) Set/Get the output pixel type
- 
getOutputPixelTypePixelIDValueEnum itk::simple::CastImageFilter::GetOutputPixelType() const
- 
getNamestd::string itk::simple::CastImageFilter::GetName() const override Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::CastImageFilter::ToString() const override- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-