#include <itkMetaContourConverter.h>
Public Types | |
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
typedef itk::ContourSpatialObject < NDimensions > | SpatialObjectType |
typedef SpatialObjectType::TransformType | TransformType |
Public Member Functions | |
MetaContour * | ContourSpatialObjectToMetaContour (SpatialObjectType *spatialObject) |
MetaContourConverter () | |
SpatialObjectPointer | MetaContourToContourSpatialObject (MetaContour *Contour) |
SpatialObjectPointer | ReadMeta (const char *name) |
bool | WriteMeta (SpatialObjectType *spatialObject, const char *name) |
~MetaContourConverter () |
Definition at line 29 of file itkMetaContourConverter.h.
typedef SpatialObjectType::Pointer itk::MetaContourConverter< NDimensions >::SpatialObjectPointer |
Definition at line 39 of file itkMetaContourConverter.h.
typedef itk::ContourSpatialObject<NDimensions> itk::MetaContourConverter< NDimensions >::SpatialObjectType |
Definition at line 35 of file itkMetaContourConverter.h.
typedef SpatialObjectType::TransformType itk::MetaContourConverter< NDimensions >::TransformType |
Definition at line 38 of file itkMetaContourConverter.h.
itk::MetaContourConverter< NDimensions >::MetaContourConverter | ( | ) |
itk::MetaContourConverter< NDimensions >::~MetaContourConverter | ( | ) | [inline] |
Definition at line 35 of file itkMetaContourConverter.h.
MetaContour* itk::MetaContourConverter< NDimensions >::ContourSpatialObjectToMetaContour | ( | SpatialObjectType * | spatialObject | ) |
SpatialObjectPointer itk::MetaContourConverter< NDimensions >::MetaContourToContourSpatialObject | ( | MetaContour * | Contour | ) |
SpatialObjectPointer itk::MetaContourConverter< NDimensions >::ReadMeta | ( | const char * | name | ) |
bool itk::MetaContourConverter< NDimensions >::WriteMeta | ( | SpatialObjectType * | spatialObject, | |
const char * | name | |||
) |