ITK  4.2.0
Insight Segmentation and Registration Toolkit
Modules | Classes
Data Processing Objects
+ Collaboration diagram for Data Processing Objects:

Modules

 Filters
 Data Sources
 Image Adaptors
 Functions
 Operators

Classes

class  itk::ImageRegionMultidimensionalSplitter< VImageDimension >
 Divide a region into several pieces. More...
class  itk::ImageRegionSplitter< VImageDimension >
 Divide a region into several pieces. More...
class  itk::LightProcessObject
 LightProcessObject is the base class for all process objects (source, filters, mappers) in the Insight data processing pipeline. More...
class  itk::MatrixResizeableDataObject< TItemType >
 Allows a VNL matrix to be a DataObject with the flexibility of being resizable. More...
class  itk::ProcessObject
 The base class for all process objects (source, filters, mappers) in the Insight data processing pipeline. More...
class  itk::StreamingImageFilter< TInputImage, TOutputImage >
 Pipeline object to control data streaming for large data processing. More...
class  itk::ThreadedDomainPartitioner< TDomain >
 Virtual base class for partitioning a domain into subsets to be processed per thread when parallel processing. More...

Detailed Description

The Insight Toolkit includes several ways to process the data using objects such as adaptors, functions, filters, and transforms.