Class ComposeImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ComposeImageFilter
ComposeImageFilter combine several scalar images into a multicomponent image.
ComposeImageFilter combine several scalar images into an itk::Image of vector pixel ( itk::Vector , itk::RGBPixel , ...), of std::complex pixel, or in an itk::VectorImage .
Inputs and Usage
 All input images are expected to have the same template parameters
and have the same size and origin.
See:
 VectorImage
 VectorIndexSelectionCastImageFilter
 itk::simple::Compose for the procedural interface
C++ includes: sitkComposeImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ComposeImageFilter::ComposeImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedComposeImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ComposeImageFilter::~ComposeImageFilter() DestructorImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesexecute(VectorOfImage images) Image itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesprotected voidfinalize()protected static longgetName()std::string itk::simple::ComposeImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::ComposeImageFilter::ToString() const Print ourselves outMethods 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- 
ComposeImageFilterprotected ComposeImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ComposeImageFilterpublic ComposeImageFilter()itk::simple::ComposeImageFilter::ComposeImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::ComposeImageFilter::~ComposeImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::ComposeImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ComposeImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
executeImage itk::simple::ComposeImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
- 
execute
- 
execute
- 
execute
- 
execute
- 
execute
 
-