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

Modules

 Image Access Objects
 Mesh Access Objects
 Iterators

Classes

class  itk::AutoPointer< TObjectType >
 Implements an Automatic Pointer to an object. More...
class  itk::SmartPointer< TObjectType >
 Implements transparent reference counting. More...
class  itk::SmartPointerForwardReference< T >
 Implements transparent reference counting in situations where forward references / cyclic include dependencies are a problem. More...
class  itk::WeakPointer< TObjectType >
 Implements a weak reference to an object. More...

Detailed Description

The Insight Toolkit includes several ways to access data through the user of iterators, pointers, indexes, etc.