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

[NOHEADER] | |
| typedef TAccessor::ExternalType | OutputType |
| OutputType | operator() (const TInput &A) |
Public Types | |
| typedef AccessorFunctor | Self |
| typedef TAccessor | AccessorType |
Public Methods | |
| AccessorType & | GetAccessor () |
| AccessorFunctor & | operator= (const AccessorFunctor &functor) |
| void | SetAccessor (AccessorType &accessor) |
| bool | operator!= (const Self &functor) const |
| AccessorFunctor () | |
| ~AccessorFunctor () | |
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.
|
|||||
|
Definition at line 42 of file itkAdaptImageFilter.h. Referenced by itk::Functor::AccessorFunctor< TInput, TAccessor >::operator!=(). |
|
|||||
|
operator(). This is the "call" method of the functor. Definition at line 50 of file itkAdaptImageFilter.h. |
|
|||||
|
Standard class typedefs. Definition at line 41 of file itkAdaptImageFilter.h. |
|
|||||||||
|
Constructor and destructor. Definition at line 45 of file itkAdaptImageFilter.h. |
|
|||||||||
|
Constructor and destructor. 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. References itk::Functor::AccessorFunctor< TInput, TAccessor >::m_Accessor. |
|
||||||||||
|
operator!=. Needed to determine if two accessors are the same. Definition at line 73 of file itkAdaptImageFilter.h. References itk::Functor::AccessorFunctor< TInput, TAccessor >::AccessorType. |
|
||||||||||
|
operator(). This is the "call" method of the functor. Definition at line 51 of file itkAdaptImageFilter.h. |
|
||||||||||
|
Assignment operator Definition at line 60 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.2.15 written by Dimitri van Heesch,
© 1997-2000