ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMetaConverterBase.h>
Base class for MetaObject<->SpatialObject converters.
SpatialObject scenes are written and read using the MetaIO Library. This is managed by the MetaSceneConverter class, which converts MetaObject scenes to SpatialObject scenes and vice versa.
MetaScene walks the scene and uses the converter on each object in the scene.
Definition at line 41 of file itkMetaConverterBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MetaObject | MetaObjectType |
typedef SmartPointer< Self > | Pointer |
typedef MetaConverterBase | Self |
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
typedef SpatialObject< VDimension > | SpatialObjectType |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual SpatialObjectPointer | MetaObjectToSpatialObject (const MetaObjectType *mo)=0 |
virtual SpatialObjectPointer | ReadMeta (const char *name) |
virtual MetaObjectType * | SpatialObjectToMetaObject (const SpatialObjectType *spatialObject)=0 |
virtual bool | WriteMeta (const SpatialObjectType *spatialObject, const char *name) |
void | SetWriteImagesInSeparateFile (bool writeImagesInSeparateFile) |
bool | GetWriteImagesInSeparateFile () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Protected Member Functions | |
virtual MetaObjectType * | CreateMetaObject ()=0 |
MetaConverterBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
bool | m_WriteImagesInSeparateFile |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< const Self > itk::MetaConverterBase< VDimension >::ConstPointer |
Definition at line 48 of file itkMetaConverterBase.h.
typedef MetaObject itk::MetaConverterBase< VDimension >::MetaObjectType |
Definition at line 55 of file itkMetaConverterBase.h.
typedef SmartPointer< Self > itk::MetaConverterBase< VDimension >::Pointer |
Definition at line 47 of file itkMetaConverterBase.h.
typedef MetaConverterBase itk::MetaConverterBase< VDimension >::Self |
standard class typedefs
Definition at line 45 of file itkMetaConverterBase.h.
typedef SpatialObjectType::Pointer itk::MetaConverterBase< VDimension >::SpatialObjectPointer |
Definition at line 54 of file itkMetaConverterBase.h.
typedef SpatialObject<VDimension> itk::MetaConverterBase< VDimension >::SpatialObjectType |
Definition at line 51 of file itkMetaConverterBase.h.
typedef Object itk::MetaConverterBase< VDimension >::Superclass |
Definition at line 46 of file itkMetaConverterBase.h.
|
inlineprotected |
Definition at line 79 of file itkMetaConverterBase.h.
|
protectedpure virtual |
Creator for specific metaObject, defined in subclass
Implemented in itk::MetaFEMObjectConverter< NDimensions >, itk::MetaImageConverter< NDimensions, TPixel, TSpatialObjectType >, itk::MetaImageConverter< NDimensions, unsigned char, ImageMaskSpatialObject< NDimensions > >, itk::MetaMeshConverter< NDimensions, PixelType, TMeshTraits >, itk::MetaVesselTubeConverter< NDimensions >, itk::MetaBlobConverter< NDimensions >, itk::MetaContourConverter< NDimensions >, itk::MetaArrowConverter< NDimensions >, itk::MetaDTITubeConverter< NDimensions >, itk::MetaEllipseConverter< NDimensions >, itk::MetaGaussianConverter< NDimensions >, itk::MetaGroupConverter< NDimensions >, itk::MetaLandmarkConverter< NDimensions >, itk::MetaLineConverter< NDimensions >, itk::MetaSurfaceConverter< NDimensions >, and itk::MetaTubeConverter< NDimensions >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
Reimplemented in itk::MetaFEMObjectConverter< NDimensions >, itk::MetaImageConverter< NDimensions, TPixel, TSpatialObjectType >, itk::MetaImageConverter< NDimensions, unsigned char, ImageMaskSpatialObject< NDimensions > >, itk::MetaMeshConverter< NDimensions, PixelType, TMeshTraits >, itk::MetaVesselTubeConverter< NDimensions >, itk::MetaImageMaskConverter< NDimensions >, itk::MetaContourConverter< NDimensions >, itk::MetaArrowConverter< NDimensions >, itk::MetaBlobConverter< NDimensions >, itk::MetaDTITubeConverter< NDimensions >, itk::MetaEllipseConverter< NDimensions >, itk::MetaGaussianConverter< NDimensions >, itk::MetaGroupConverter< NDimensions >, itk::MetaLandmarkConverter< NDimensions >, itk::MetaLineConverter< NDimensions >, itk::MetaSurfaceConverter< NDimensions >, and itk::MetaTubeConverter< NDimensions >.
bool itk::MetaConverterBase< VDimension >::GetWriteImagesInSeparateFile | ( | ) |
Set/Get flag for writing images to separate files in metaImage instances
|
pure virtual |
Convert the MetaObject to Spatial Object
Implemented in itk::MetaImageConverter< NDimensions, unsigned char, ImageMaskSpatialObject< NDimensions > >.
|
virtual |
Read a MetaIO file, return a SpatialObject
void itk::MetaConverterBase< VDimension >::SetWriteImagesInSeparateFile | ( | bool | writeImagesInSeparateFile | ) |
Set/Get flag for writing images to separate files in metaImage instances
|
pure virtual |
Convert the SpatialObject to MetaObject
Implemented in itk::MetaImageConverter< NDimensions, unsigned char, ImageMaskSpatialObject< NDimensions > >.
|
virtual |
Write a MetaIO file based on this SpatialObject
|
private |
Definition at line 83 of file itkMetaConverterBase.h.