#include <itkAdaptImageFilter.h>
Collaboration diagram for itk::Functor::AccessorFunctor< TInput, TAccessor >:

AccessorFunctor converts a data accessor to a functor object. This allows an accessor to be used as functor in a UnaryFunctorImageFilter, BinaryFunctorImageFilter, TernaryFunctorImageFilter, or NaryFunctionImageFilter.
Definition at line 37 of file itkAdaptImageFilter.h.
Public Types | |
| typedef TAccessor | AccessorType |
| typedef AccessorFunctor | Self |
Public Member Functions | |
| Constructor and destructor * | AccessorFunctor () |
| AccessorType & | GetAccessor () |
| operator!=.Needed to determine if two accessors are the same.*/bool operator!= (const Self &functor) const | |
| operator( | operator() (const TInput &A)).This is the"call"method of the functor.*/typedef typename TAccessor OutputType |
| AccessorFunctor & | operator= (const AccessorFunctor &functor) |
| bool | operator== (const Self &other) const |
| void | SetAccessor (AccessorType &accessor) |
| ~AccessorFunctor () | |
|
|||||
|
Definition at line 42 of file itkAdaptImageFilter.h. |
|
|||||
|
Standard class typedefs. Definition at line 41 of file itkAdaptImageFilter.h. |
|
|||||||||
|
Definition at line 45 of file itkAdaptImageFilter.h. |
|
|||||||||
|
Definition at line 46 of file itkAdaptImageFilter.h. |
|
|||||||||
|
Get the accessor. The accessor is returned by reference. Definition at line 56 of file itkAdaptImageFilter.h. |
|
||||||||||
|
Definition at line 73 of file itkAdaptImageFilter.h. References itk::Functor::AccessorFunctor< TInput, TAccessor >::m_Accessor. |
|
||||||||||
|
Definition at line 51 of file itkAdaptImageFilter.h. |
|
||||||||||
|
Assignment operator Definition at line 60 of file itkAdaptImageFilter.h. References itk::Functor::AccessorFunctor< TInput, TAccessor >::m_Accessor. |
|
||||||||||
|
Definition at line 77 of file itkAdaptImageFilter.h. |
|
||||||||||
|
Set the accessor object. This replaces the current accessor with a copy of the specified accessor. This allows the user to specify an accessor that has ivars set differently that the default accessor. Definition at line 69 of file itkAdaptImageFilter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000