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

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...

Modules

 Image Access Objects
 Mesh Access Objects
 Iterators

Detailed Description

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