Package org.itk.simple
Class VectorIndexSelectionCastImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.VectorIndexSelectionCastImageFilter
Extracts the selected index of the vector that is the input pixel
type.
This filter is templated over the input image type and output image
type.
The filter expect the input image pixel type to be a vector and the
output image pixel type to be a scalar. The only requirement on the
type used for representing the vector is that it must provide an
operator[].
See:
ComposeImageFilter
itk::simple::VectorIndexSelectionCast for the procedural interface
itk::VectorIndexSelectionCastImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkVectorIndexSelectionCastImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::VectorIndexSelectionCastImageFilter::VectorIndexSelectionCastImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
VectorIndexSelectionCastImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::VectorIndexSelectionCastImageFilter::~VectorIndexSelectionCastImageFilter() DestructorImage itk::simple::VectorIndexSelectionCastImageFilter::Execute(Image &&image1) Execute the filter on the input imageprotected void
finalize()
protected static long
long
getIndex()
unsigned int itk::simple::VectorIndexSelectionCastImageFilter::GetIndex() const Get/Set methods for the indexgetName()
std::string itk::simple::VectorIndexSelectionCastImageFilter::GetName() const Name of this classPixelIDValueEnum itk::simple::VectorIndexSelectionCastImageFilter::GetOutputPixelType() const Get the ouput pixel type.void
setIndex
(long Index) Self& itk::simple::VectorIndexSelectionCastImageFilter::SetIndex(unsigned int Index) Get/Set methods for the indexvoid
setOutputPixelType
(PixelIDValueEnum OutputPixelType) Self& itk::simple::VectorIndexSelectionCastImageFilter::SetOutputPixelType(PixelIDValueEnum OutputPixelType) Set the output pixel type of the scalar component to extract.protected static long
toString()
std::string itk::simple::VectorIndexSelectionCastImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
VectorIndexSelectionCastImageFilter
protected VectorIndexSelectionCastImageFilter(long cPtr, boolean cMemoryOwn) -
VectorIndexSelectionCastImageFilter
public VectorIndexSelectionCastImageFilter()itk::simple::VectorIndexSelectionCastImageFilter::VectorIndexSelectionCastImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::VectorIndexSelectionCastImageFilter::~VectorIndexSelectionCastImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setIndex
public void setIndex(long Index) Self& itk::simple::VectorIndexSelectionCastImageFilter::SetIndex(unsigned int Index) Get/Set methods for the index -
getIndex
public long getIndex()unsigned int itk::simple::VectorIndexSelectionCastImageFilter::GetIndex() const Get/Set methods for the index -
setOutputPixelType
Self& itk::simple::VectorIndexSelectionCastImageFilter::SetOutputPixelType(PixelIDValueEnum OutputPixelType) Set the output pixel type of the scalar component to extract. -
getOutputPixelType
PixelIDValueEnum itk::simple::VectorIndexSelectionCastImageFilter::GetOutputPixelType() const Get the ouput pixel type. -
getName
std::string itk::simple::VectorIndexSelectionCastImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::VectorIndexSelectionCastImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::VectorIndexSelectionCastImageFilter::Execute(Image &&image1) Execute the filter on the input image
-