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