ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMetaBlobConverter.h>
converts between MetaObject<->SpatialObject.
Definition at line 34 of file itkMetaBlobConverter.h.
typedef MetaBlob itk::MetaBlobConverter< NDimensions >::BlobMetaObjectType |
Definition at line 58 of file itkMetaBlobConverter.h.
typedef BlobSpatialObjectType::ConstPointer itk::MetaBlobConverter< NDimensions >::BlobSpatialObjectConstPointer |
Definition at line 57 of file itkMetaBlobConverter.h.
typedef BlobSpatialObjectType::Pointer itk::MetaBlobConverter< NDimensions >::BlobSpatialObjectPointer |
Definition at line 56 of file itkMetaBlobConverter.h.
typedef BlobSpatialObject<NDimensions> itk::MetaBlobConverter< NDimensions >::BlobSpatialObjectType |
Specific class types for conversion
Definition at line 55 of file itkMetaBlobConverter.h.
typedef SmartPointer< const Self > itk::MetaBlobConverter< NDimensions >::ConstPointer |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 42 of file itkMetaBlobConverter.h.
typedef Superclass::MetaObjectType itk::MetaBlobConverter< NDimensions >::MetaObjectType |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 52 of file itkMetaBlobConverter.h.
typedef SmartPointer< Self > itk::MetaBlobConverter< NDimensions >::Pointer |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 41 of file itkMetaBlobConverter.h.
typedef MetaBlobConverter itk::MetaBlobConverter< NDimensions >::Self |
Standard class typedefs
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 39 of file itkMetaBlobConverter.h.
typedef SpatialObjectType::Pointer itk::MetaBlobConverter< NDimensions >::SpatialObjectPointer |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 51 of file itkMetaBlobConverter.h.
typedef Superclass::SpatialObjectType itk::MetaBlobConverter< NDimensions >::SpatialObjectType |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 48 of file itkMetaBlobConverter.h.
typedef MetaConverterBase< NDimensions > itk::MetaBlobConverter< NDimensions >::Superclass |
Reimplemented from itk::MetaConverterBase< NDimensions >.
Definition at line 40 of file itkMetaBlobConverter.h.
itk::MetaBlobConverter< NDimensions >::MetaBlobConverter | ( | ) | [protected] |
itk::MetaBlobConverter< NDimensions >::~MetaBlobConverter | ( | ) | [inline, protected] |
Definition at line 72 of file itkMetaBlobConverter.h.
itk::MetaBlobConverter< NDimensions >::MetaBlobConverter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::MetaBlobConverter< 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.
virtual MetaObjectType* itk::MetaBlobConverter< NDimensions >::CreateMetaObject | ( | ) | [protected, virtual] |
Create the specific MetaObject for this class
Implements itk::MetaConverterBase< NDimensions >.
virtual const char* itk::MetaBlobConverter< NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::MetaConverterBase< NDimensions >.
virtual SpatialObjectPointer itk::MetaBlobConverter< NDimensions >::MetaObjectToSpatialObject | ( | const MetaObjectType * | mo | ) | [virtual] |
Convert the MetaObject to Spatial Object
static Pointer itk::MetaBlobConverter< NDimensions >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::MetaBlobConverter< NDimensions >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
virtual MetaObjectType* itk::MetaBlobConverter< NDimensions >::SpatialObjectToMetaObject | ( | const SpatialObjectType * | spatialObject | ) | [virtual] |
Convert the SpatialObject to MetaObject