ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
itk::MatrixResizeableDataObject< TItemType > Class Template Reference

Allows a VNL matrix to be a DataObject with the flexibility of being resizable. More...

#include <itkMatrixResizeableDataObject.h>

Inheritance diagram for itk::MatrixResizeableDataObject< TItemType >:
Collaboration diagram for itk::MatrixResizeableDataObject< TItemType >:

List of all members.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 MatrixResizeableDataObject ()
 ~MatrixResizeableDataObject ()

Detailed Description

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

Allows a VNL matrix to be a DataObject with the flexibility of being resizable.

Definition at line 37 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 45 of file itkMatrixResizeableDataObject.h.

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

Reimplemented from itk::DataObject.

Definition at line 44 of file itkMatrixResizeableDataObject.h.

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

Standard class typedefs.

Reimplemented from itk::DataObject.

Definition at line 42 of file itkMatrixResizeableDataObject.h.

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

Reimplemented from itk::DataObject.

Definition at line 43 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::itk::LightObject::Pointer itk::MatrixResizeableDataObject< TItemType >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

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

Run-time type information (and related methods).

Reimplemented from itk::DataObject.

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

Method for creation through the object factory.

Reimplemented from itk::Object.


The documentation for this class was generated from the following file: