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

converts between MetaObject<->SpatialObject. More...

#include <itkMetaContourConverter.h>

Inheritance diagram for itk::MetaContourConverter< NDimensions >:
Collaboration diagram for itk::MetaContourConverter< NDimensions >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef MetaContour ContourMetaObjectType
typedef
ContourSpatialObjectType::ConstPointer 
ContourSpatialObjectConstPointer
typedef
ContourSpatialObjectType::Pointer 
ContourSpatialObjectPointer
typedef ContourSpatialObject
< NDimensions > 
ContourSpatialObjectType
typedef Superclass::MetaObjectType MetaObjectType
typedef SmartPointer< SelfPointer
typedef MetaContourConverter Self
typedef SpatialObjectType::Pointer SpatialObjectPointer
typedef
Superclass::SpatialObjectType 
SpatialObjectType
typedef MetaConverterBase
< NDimensions > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual SpatialObjectPointer MetaObjectToSpatialObject (const MetaObjectType *mo)
virtual MetaObjectTypeSpatialObjectToMetaObject (const SpatialObjectType *spatialObject)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual MetaObjectTypeCreateMetaObject ()
 MetaContourConverter ()
 ~MetaContourConverter ()

Private Member Functions

 MetaContourConverter (const Self &)
void operator= (const Self &)

Detailed Description

template<unsigned int NDimensions = 3>
class itk::MetaContourConverter< NDimensions >

converts between MetaObject<->SpatialObject.

See also:
MetaConverterBase

Definition at line 35 of file itkMetaContourConverter.h.


Member Typedef Documentation

template<unsigned int NDimensions = 3>
typedef SmartPointer< const Self > itk::MetaContourConverter< NDimensions >::ConstPointer

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 43 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef MetaContour itk::MetaContourConverter< NDimensions >::ContourMetaObjectType

Definition at line 59 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef ContourSpatialObjectType::ConstPointer itk::MetaContourConverter< NDimensions >::ContourSpatialObjectConstPointer

Definition at line 58 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef ContourSpatialObjectType::Pointer itk::MetaContourConverter< NDimensions >::ContourSpatialObjectPointer

Definition at line 57 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef ContourSpatialObject<NDimensions> itk::MetaContourConverter< NDimensions >::ContourSpatialObjectType

Specific class types for conversion

Definition at line 56 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef Superclass::MetaObjectType itk::MetaContourConverter< NDimensions >::MetaObjectType

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 53 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef SmartPointer< Self > itk::MetaContourConverter< NDimensions >::Pointer

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 42 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef MetaContourConverter itk::MetaContourConverter< NDimensions >::Self

Standard class typedefs

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 40 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef SpatialObjectType::Pointer itk::MetaContourConverter< NDimensions >::SpatialObjectPointer

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 52 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef Superclass::SpatialObjectType itk::MetaContourConverter< NDimensions >::SpatialObjectType

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 49 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
typedef MetaConverterBase< NDimensions > itk::MetaContourConverter< NDimensions >::Superclass

Reimplemented from itk::MetaConverterBase< NDimensions >.

Definition at line 41 of file itkMetaContourConverter.h.


Constructor & Destructor Documentation

template<unsigned int NDimensions = 3>
itk::MetaContourConverter< NDimensions >::MetaContourConverter ( ) [protected]
template<unsigned int NDimensions = 3>
itk::MetaContourConverter< NDimensions >::~MetaContourConverter ( ) [inline, protected]

Definition at line 72 of file itkMetaContourConverter.h.

template<unsigned int NDimensions = 3>
itk::MetaContourConverter< NDimensions >::MetaContourConverter ( const Self ) [private]

Member Function Documentation

template<unsigned int NDimensions = 3>
virtual::itk::LightObject::Pointer itk::MetaContourConverter< NDimensions >::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<unsigned int NDimensions = 3>
virtual MetaObjectType* itk::MetaContourConverter< NDimensions >::CreateMetaObject ( ) [protected, virtual]

Create the specific MetaObject for this class

Implements itk::MetaConverterBase< NDimensions >.

template<unsigned int NDimensions = 3>
virtual const char* itk::MetaContourConverter< NDimensions >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::MetaConverterBase< NDimensions >.

template<unsigned int NDimensions = 3>
virtual SpatialObjectPointer itk::MetaContourConverter< NDimensions >::MetaObjectToSpatialObject ( const MetaObjectType mo) [virtual]

Convert the MetaObject to Spatial Object

template<unsigned int NDimensions = 3>
static Pointer itk::MetaContourConverter< NDimensions >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<unsigned int NDimensions = 3>
void itk::MetaContourConverter< NDimensions >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::Object.

template<unsigned int NDimensions = 3>
virtual MetaObjectType* itk::MetaContourConverter< NDimensions >::SpatialObjectToMetaObject ( const SpatialObjectType spatialObject) [virtual]

Convert the SpatialObject to MetaObject


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