Class JoinSeriesImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.JoinSeriesImageFilter
Join N-D images into an (N+1)-D image.
This filter is templated over the input image type and the output
image type. The pixel type of them must be the same and the input
dimension must be less than the output dimension. When the input
images are N-dimensional, they are joined in order and the size of the
N+1'th dimension of the output is same as the number of the inputs.
The spacing and the origin (where the first input is placed) for the
N+1'th dimension is specified in this filter. The output image
information for the first N dimensions are taken from the first input.
Note that all the inputs should have the same information.
Hideaki Hiraki
 Contributed in the users list https://public.kitware.com/pipermail/insight-
users/2004-February/006542.html
See:
 itk::simple::JoinSeries for the procedural interface
C++ includes: sitkJoinSeriesImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::JoinSeriesImageFilter::JoinSeriesImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedJoinSeriesImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::JoinSeriesImageFilter::~JoinSeriesImageFilter() DestructorImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesexecute(VectorOfImage images) Image itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input imagesprotected voidfinalize()protected static longgetName()std::string itk::simple::JoinSeriesImageFilter::GetName() const Name of this classdoubledouble itk::simple::JoinSeriesImageFilter::GetOrigin() const Set/Get origin of the new dimensiondoubledouble itk::simple::JoinSeriesImageFilter::GetSpacing() const Set/Get spacing of the new dimensionvoidsetOrigin(double Origin) Self& itk::simple::JoinSeriesImageFilter::SetOrigin(double Origin) Set/Get origin of the new dimensionvoidsetSpacing(double Spacing) Self& itk::simple::JoinSeriesImageFilter::SetSpacing(double Spacing) Set/Get spacing of the new dimensionprotected static longtoString()std::string itk::simple::JoinSeriesImageFilter::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- 
JoinSeriesImageFilterprotected JoinSeriesImageFilter(long cPtr, boolean cMemoryOwn) 
- 
JoinSeriesImageFilterpublic JoinSeriesImageFilter()itk::simple::JoinSeriesImageFilter::JoinSeriesImageFilter() 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::JoinSeriesImageFilter::~JoinSeriesImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setOriginpublic void setOrigin(double Origin) Self& itk::simple::JoinSeriesImageFilter::SetOrigin(double Origin) Set/Get origin of the new dimension
- 
getOriginpublic double getOrigin()double itk::simple::JoinSeriesImageFilter::GetOrigin() const Set/Get origin of the new dimension
- 
setSpacingpublic void setSpacing(double Spacing) Self& itk::simple::JoinSeriesImageFilter::SetSpacing(double Spacing) Set/Get spacing of the new dimension
- 
getSpacingpublic double getSpacing()double itk::simple::JoinSeriesImageFilter::GetSpacing() const Set/Get spacing of the new dimension
- 
getNamestd::string itk::simple::JoinSeriesImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::JoinSeriesImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
executeImage itk::simple::JoinSeriesImageFilter::Execute(const std::vector< Image > &images) Execute the filter on the input images
- 
execute
- 
execute
- 
execute
- 
execute
- 
execute
 
-