Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MatrixResizeableDataObject< TItemType > Class Template Reference
[Data Processing Objects]

Allows for a vnl matrix to be a data object with the flexibility of being resizable. More...

#include <itkMatrixResizeableDataObject.h>

Inheritance diagram for itk::MatrixResizeableDataObject< TItemType >:

Inheritance graph
[legend]
Collaboration diagram for itk::MatrixResizeableDataObject< TItemType >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MatrixResizeableDataObject Self
typedef DataObject Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
void UpdateOutputInformation ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 MatrixResizeableDataObject ()
 ~MatrixResizeableDataObject ()
bool VerifyRequestedRegion ()
void SetRequestedRegionToLargestPossibleRegion ()
bool RequestedRegionIsOutsideOfTheBufferedRegion ()
void SetRequestedRegion (DataObject *)

Detailed Description

template<typename TItemType>
class itk::MatrixResizeableDataObject< TItemType >

Allows for a vnl matrix to be a data object with the flexibility of being resizable.

Definition at line 35 of file itkMatrixResizeableDataObject.h.


Member Typedef Documentation

template<typename TItemType>
typedef SmartPointer<const Self> itk::MatrixResizeableDataObject< TItemType >::ConstPointer
 

Reimplemented from itk::DataObject.

Definition at line 42 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
typedef SmartPointer<Self> itk::MatrixResizeableDataObject< TItemType >::Pointer
 

Reimplemented from itk::DataObject.

Definition at line 41 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
typedef MatrixResizeableDataObject itk::MatrixResizeableDataObject< TItemType >::Self
 

Standard class typedefs.

Reimplemented from itk::DataObject.

Definition at line 39 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
typedef DataObject itk::MatrixResizeableDataObject< TItemType >::Superclass
 

Reimplemented from itk::DataObject.

Definition at line 40 of file itkMatrixResizeableDataObject.h.


Constructor & Destructor Documentation

template<typename TItemType>
itk::MatrixResizeableDataObject< TItemType >::MatrixResizeableDataObject  )  [protected]
 

Default Constructor.

template<typename TItemType>
itk::MatrixResizeableDataObject< TItemType >::~MatrixResizeableDataObject  )  [protected]
 

Default Destructor.


Member Function Documentation

template<typename TItemType>
virtual const char* itk::MatrixResizeableDataObject< TItemType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::DataObject.

template<typename TItemType>
Pointer itk::MatrixResizeableDataObject< TItemType >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TItemType>
bool itk::MatrixResizeableDataObject< TItemType >::RequestedRegionIsOutsideOfTheBufferedRegion  )  [inline, protected, virtual]
 

Virtual methods required by DataObject interface.

Implements itk::DataObject.

Definition at line 64 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
void itk::MatrixResizeableDataObject< TItemType >::SetRequestedRegion DataObject  )  [inline, protected, virtual]
 

Virtual methods required by DataObject interface.

Implements itk::DataObject.

Definition at line 65 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
void itk::MatrixResizeableDataObject< TItemType >::SetRequestedRegionToLargestPossibleRegion  )  [inline, protected, virtual]
 

Virtual methods required by DataObject interface.

Implements itk::DataObject.

Definition at line 63 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
void itk::MatrixResizeableDataObject< TItemType >::UpdateOutputInformation  )  [inline, virtual]
 

Virtual methods required by DataObject interface.

Implements itk::DataObject.

Definition at line 51 of file itkMatrixResizeableDataObject.h.

template<typename TItemType>
bool itk::MatrixResizeableDataObject< TItemType >::VerifyRequestedRegion  )  [inline, protected, virtual]
 

Virtual methods required by DataObject interface.

Implements itk::DataObject.

Definition at line 62 of file itkMatrixResizeableDataObject.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:10:10 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000