![]() |
Orfeo Toolbox
3.16
|
#include <itkMetaLandmarkConverter.h>
Public Types | |
| typedef SpatialObjectType::Pointer | SpatialObjectPointer |
| typedef itk::LandmarkSpatialObject < NDimensions > | SpatialObjectType |
| typedef SpatialObjectType::TransformType | TransformType |
Public Member Functions | |
| MetaLandmarkConverter () | |
| ~MetaLandmarkConverter () | |
| MetaLandmark * | LandmarkSpatialObjectToMetaLandmark (SpatialObjectType *spatialObject) |
| SpatialObjectPointer | MetaLandmarkToLandmarkSpatialObject (MetaLandmark *landmark) |
| SpatialObjectPointer | ReadMeta (const char *name) |
| bool | WriteMeta (SpatialObjectType *spatialObject, const char *name) |
Definition at line 29 of file itkMetaLandmarkConverter.h.
| typedef SpatialObjectType::Pointer itk::MetaLandmarkConverter< NDimensions >::SpatialObjectPointer |
Definition at line 42 of file itkMetaLandmarkConverter.h.
| typedef itk::LandmarkSpatialObject<NDimensions> itk::MetaLandmarkConverter< NDimensions >::SpatialObjectType |
Definition at line 35 of file itkMetaLandmarkConverter.h.
| typedef SpatialObjectType::TransformType itk::MetaLandmarkConverter< NDimensions >::TransformType |
Definition at line 40 of file itkMetaLandmarkConverter.h.
| itk::MetaLandmarkConverter< NDimensions >::MetaLandmarkConverter | ( | ) |
Constructor
Definition at line 28 of file itkMetaLandmarkConverter.txx.
|
inline |
Definition at line 35 of file itkMetaLandmarkConverter.h.
| MetaLandmark * itk::MetaLandmarkConverter< NDimensions >::LandmarkSpatialObjectToMetaLandmark | ( | SpatialObjectType * | spatialObject | ) |
Convert an Landmark SpatialObject into a metaLandmark
Definition at line 100 of file itkMetaLandmarkConverter.txx.
References itk::SpatialObjectProperty< TComponentType >::GetColor(), itk::SpatialObject< TDimension >::GetId(), itk::SpatialObject< TDimension >::GetParent(), and itk::SpatialObject< TDimension >::GetProperty().
Referenced by itk::MetaSceneConverter< NDimensions, PixelType, TMeshTraits >::CreateMetaScene().
| MetaLandmarkConverter< NDimensions >::SpatialObjectPointer itk::MetaLandmarkConverter< NDimensions >::MetaLandmarkToLandmarkSpatialObject | ( | MetaLandmark * | Landmark | ) |
Convert a metaLandmark into an Landmark SpatialObject
Definition at line 38 of file itkMetaLandmarkConverter.txx.
Referenced by itk::MetaSceneConverter< NDimensions, PixelType, TMeshTraits >::CreateSpatialObjectScene().
| MetaLandmarkConverter< NDimensions >::SpatialObjectPointer itk::MetaLandmarkConverter< NDimensions >::ReadMeta | ( | const char * | name | ) |
Read a meta file give the type
Definition at line 156 of file itkMetaLandmarkConverter.txx.
| bool itk::MetaLandmarkConverter< NDimensions >::WriteMeta | ( | SpatialObjectType * | spatialObject, |
| const char * | name | ||
| ) |
Write a meta Landmark file
Definition at line 171 of file itkMetaLandmarkConverter.txx.