![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkMatrixResizeableDataObject.h>
Inheritance diagram for itk::MatrixResizeableDataObject< TItemType >:
Collaboration diagram for 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.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef MatrixResizeableDataObject | Self |
| typedef DataObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| MatrixResizeableDataObject () | |
| ~MatrixResizeableDataObject () | |
| typedef SmartPointer< const Self > itk::MatrixResizeableDataObject< TItemType >::ConstPointer |
Definition at line 45 of file itkMatrixResizeableDataObject.h.
| typedef SmartPointer< Self > itk::MatrixResizeableDataObject< TItemType >::Pointer |
Definition at line 44 of file itkMatrixResizeableDataObject.h.
| typedef MatrixResizeableDataObject itk::MatrixResizeableDataObject< TItemType >::Self |
Standard class typedefs.
Definition at line 42 of file itkMatrixResizeableDataObject.h.
| typedef DataObject itk::MatrixResizeableDataObject< TItemType >::Superclass |
Definition at line 43 of file itkMatrixResizeableDataObject.h.
|
protected |
Default Constructor.
|
protected |
Default Destructor.
| virtual::itk::LightObject::Pointer itk::MatrixResizeableDataObject< TItemType >::CreateAnother | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
1.8.5