#include <itkJoinImageFilter.h>
Public Types | |
| typedef Vector< JoinValueType, itkGetStaticConstMacro(JoinDimension) | JoinType ) |
| typedef JoinTraits< ValueType1, ValueType2 >::ValueType | JoinValueType |
| typedef JoinFunctor | Self |
| typedef PixelTraits< TPixel1 >::ValueType | ValueType1 |
| typedef PixelTraits< TPixel2 >::ValueType | ValueType2 |
Public Member Functions | |
| itkStaticConstMacro (JoinDimension, unsigned int, Dimension1+Dimension2) | |
| itkStaticConstMacro (Dimension2, unsigned int, PixelTraits< TPixel2 >::Dimension) | |
| Capture the dimensions of the image * | itkStaticConstMacro (Dimension1, unsigned int, PixelTraits< TPixel1 >::Dimension) |
| JoinFunctor () | |
| bool | operator!= (const JoinFunctor &) const |
| JoinType | operator() (const TPixel1 &A, const TPixel2 &B) |
| bool | operator== (const JoinFunctor &other) const |
| ~JoinFunctor () | |
Classes | |
| struct | CopierDispatch |
| struct | CopierDispatchBase |
|
|||||
|
A vector of the join dimension. Definition at line 71 of file itkJoinImageFilter.h. |
|
|||||
|
Definition at line 59 of file itkJoinImageFilter.h. |
|
|||||
|
Standard typedefs Definition at line 54 of file itkJoinImageFilter.h. |
|
|||||
|
Typedefs for the output join type. Definition at line 57 of file itkJoinImageFilter.h. |
|
|||||
|
Definition at line 58 of file itkJoinImageFilter.h. |
|
|||||||||
|
Definition at line 49 of file itkJoinImageFilter.h. |
|
|||||||||
|
Definition at line 50 of file itkJoinImageFilter.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
Definition at line 73 of file itkJoinImageFilter.h. |
|
||||||||||||||||
|
operator(). This is the "call" method of the functor. Definition at line 83 of file itkJoinImageFilter.h. |
|
||||||||||
|
Definition at line 77 of file itkJoinImageFilter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000