Go to the source code of this file.
Namespaces | |
| namespace | itk |
| namespace | itk::Functor |
Variables | |
| *class JoinFunctor *brief Join the components of two pixel types into a single pixel type **JoinFunctor combines the components of two pixel types into a *single pixel type The components of one pixel are appended to *the components of the other pixel The output pixel type is an *itk::Vector The ValueType of the vector is the smallest scalar *type that can represent the dynamic range of the both the input *pixel value types joining a char and unsigned char *results in a short since that is the smallest datatype with a *large enough dynamic range To define a consistent behavior *across different the join of an int and an *unsigned int is float On a bit | architecture |
| *class JoinFunctor *brief Join the components of two pixel types into a single pixel type **JoinFunctor combines the components of two pixel types into a *single pixel type The components of one pixel are appended to *the components of the other pixel The output pixel type is an *itk::Vector The ValueType of the vector is the smallest scalar *type that can represent the dynamic range of the both the input *pixel value types joining a char and unsigned char *results in a short since that is the smallest datatype with a *large enough dynamic range To define a consistent behavior *across different | architectures |
| *class JoinFunctor *brief Join the components of two pixel types into a single pixel type **JoinFunctor combines the components of two pixel types into a *single pixel type The components of one pixel are appended to *the components of the other pixel The output pixel type is an *itk::Vector The ValueType of the vector is the smallest scalar *type that can represent the dynamic range of the both the input *pixel value types joining a char and unsigned char *results in a short since that is the smallest datatype with a *large enough dynamic range To define a consistent behavior *across different the join of an int and an *unsigned int is float On a bit this join could *be represented in a long But on bit the only *safe join value type is a float For this and similar ambiguous * | cases |
| *class JoinFunctor *brief Join the components of two pixel types into a single pixel type **JoinFunctor combines the components of two pixel types into a *single pixel type The components of one pixel are appended to *the components of the other pixel The output pixel type is an *itk::Vector The ValueType of the vector is the smallest scalar *type that can represent the dynamic range of the both the input *pixel value types | Hence |
|
|
Definition at line 28 of file itkJoinImageFilter.h. |
|
|
Definition at line 28 of file itkJoinImageFilter.h. |
|
|
Definition at line 28 of file itkJoinImageFilter.h. |
|
|
Definition at line 28 of file itkJoinImageFilter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000