Go to the source code of this file.
Namespaces | |
namespace | itk |
namespace | itk::ImageToImageFilterDetail |
Compounds | |
struct | BinaryBooleanDispatch |
Templated class to produce a unique type for a pairing of booleans. More... | |
struct | BinaryIntDispatch |
Templated class to produce a unique type for a pairing of integers. More... | |
struct | BinaryUnsignedIntDispatch |
Templated class to produce a unique type for a pairing of unsigned integers (usually two dimensions). More... | |
struct | BooleanDispatch |
Templated class to produce a unique type "true" and "false". More... | |
struct | DispatchBase |
Base class for a class used to dispatch to dimension specific implementations. More... | |
class | ImageRegionCopier |
Function object used to dispatching to a routine to copy a region (start index and size). More... | |
struct | IntDispatch |
Templated class to produce a unique type for each integer. More... | |
struct | UnsignedIntDispatch |
Templated class to produce a unique type for each unsigned integer (usually a dimension). More... |