#include <itkMetaSceneConverter.h>
Converts between MetaObject and SpatialObject group.
SpatialObject hierarchies are written to disk using the MetaIO library. This class is responsible for converting between MetaIO group and SpatialObject group
Definition at line 48 of file itkMetaSceneConverter.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | ConverterMapType = std::map<std::string, MetaConverterPointer> |
using | MetaConverterBaseType = MetaConverterBase<VDimension> |
using | MetaConverterPointer = typename MetaConverterBaseType::Pointer |
using | Pointer = SmartPointer<Self> |
using | Self = MetaSceneConverter |
using | SpatialObjectConstPointer = typename SpatialObjectType::ConstPointer |
using | SpatialObjectPointer = typename SpatialObjectType::Pointer |
using | SpatialObjectType = itk::SpatialObject<VDimension> |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
MetaScene * | CreateMetaScene (const SpatialObjectType *soScene, unsigned int depth=SpatialObjectType::MaximumDepth, const std::string &name="") |
SpatialObjectPointer | CreateSpatialObjectScene (MetaScene *mScene) |
virtual MetaEvent * | GetEvent () |
const char * | GetNameOfClass () const override |
SpatialObjectPointer | ReadMeta (const std::string &name) |
void | RegisterMetaConverter (const std::string &metaTypeName, const std::string &spatialObjectTypeName, MetaConverterBaseType *converter) |
virtual void | SetEvent (MetaEvent *_arg) |
bool | WriteMeta (const SpatialObjectType *soScene, const std::string &fileName, unsigned int depth=SpatialObjectType::MaximumDepth, const std::string &soName="") |
virtual void | SetMetaIOVersion (unsigned int _arg) |
virtual unsigned int | GetMetaIOVersion () const |
virtual void | SetBinaryPoints (bool _arg) |
virtual bool | GetBinaryPoints () const |
virtual void | BinaryPointsOn () |
virtual void | BinaryPointsOff () |
virtual void | SetTransformPrecision (unsigned int _arg) |
virtual unsigned int | GetTransformPrecision () |
virtual void | SetWriteImagesInSeparateFile (bool _arg) |
virtual bool | GetWriteImagesInSeparateFile () const |
virtual void | WriteImagesInSeparateFileOn () |
virtual void | WriteImagesInSeparateFileOff () |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
const char * | GetNameOfClass () const override |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
MetaSceneConverter () | |
~MetaSceneConverter () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 Types | |
using | MetaObjectListType = std::list<MetaObject *> |
using | TransformType = typename SpatialObjectType::TransformType |
Private Member Functions | |
template<typename TConverter> | |
SpatialObjectPointer | MetaObjectToSpatialObject (const MetaObject *mo) |
void | SetTransform (MetaObject *obj, const TransformType *transform) |
void | SetTransform (SpatialObjectType *so, const MetaObject *meta) |
template<typename TConverter> | |
MetaObject * | SpatialObjectToMetaObject (SpatialObjectConstPointer &so) |
Private Attributes | |
bool | m_BinaryPoints {} |
ConverterMapType | m_ConverterMap {} |
MetaEvent * | m_Event {} |
unsigned int | m_MetaIOVersion { 0 } |
unsigned int | m_TransformPrecision {} |
bool | m_WriteImagesInSeparateFile {} |
Additional Inherited Members | |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::ConverterMapType = std::map<std::string, MetaConverterPointer> |
Definition at line 71 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::MetaConverterBaseType = MetaConverterBase<VDimension> |
Typedef for auxiliary conversion classes
Definition at line 69 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::MetaConverterPointer = typename MetaConverterBaseType::Pointer |
Definition at line 70 of file itkMetaSceneConverter.h.
|
private |
Definition at line 144 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::Self = MetaSceneConverter |
standard class type alias
Definition at line 53 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::SpatialObjectConstPointer = typename SpatialObjectType::ConstPointer |
Definition at line 66 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::SpatialObjectPointer = typename SpatialObjectType::Pointer |
Definition at line 65 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::SpatialObjectType = itk::SpatialObject<VDimension> |
SpatialObject Scene types
Definition at line 64 of file itkMetaSceneConverter.h.
using itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::Superclass = Object |
Definition at line 54 of file itkMetaSceneConverter.h.
|
private |
Definition at line 142 of file itkMetaSceneConverter.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Set if the points should be saved in binary/ASCII
|
virtual |
Set if the points should be saved in binary/ASCII
|
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::LightObject.
MetaScene * itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::CreateMetaScene | ( | const SpatialObjectType * | soScene, |
unsigned int | depth = SpatialObjectType::MaximumDepth, | ||
const std::string & | name = "" ) |
Convert a metaScene into a composite SpatialObject
Manages the composite SpatialObject to keep a hierarchy.
SpatialObjectPointer itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::CreateSpatialObjectScene | ( | MetaScene * | mScene | ) |
|
virtual |
Set if the points should be saved in binary/ASCII
|
virtual |
|
virtual |
Choose the API and FileFormat version for MetaIO. Version 0 (default) is not able to fully / accurately represent a SpatialObject scene (image transform and parent-object transforms are intermingled. Version 1 fixes the bugs in Version 0, but introduces new tag-value pairs that won't be processed by older readers/apps.
|
overridevirtual |
Reimplemented from itk::LightObject.
|
virtual |
set/get the precision for writing out numbers as plain text
|
virtual |
Set if the images should be written in different files
|
inlineprivate |
Definition at line 158 of file itkMetaSceneConverter.h.
|
static |
SpatialObjectPointer itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::ReadMeta | ( | const std::string & | name | ) |
Read a MetaFile and create a Scene SpatialObject.
void itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::RegisterMetaConverter | ( | const std::string & | metaTypeName, |
const std::string & | spatialObjectTypeName, | ||
MetaConverterBaseType * | converter ) |
add new SpatialObject/MetaObject converters at runtime
Every Converter is mapped to both a metaObject type name and a spatialObject type name – these need to match what gets read from & written to the MetaIO file
|
virtual |
Set if the points should be saved in binary/ASCII
|
virtual |
|
virtual |
Choose the API and FileFormat version for MetaIO. Version 0 (default) is not able to fully / accurately represent a SpatialObject scene (image transform and parent-object transforms are intermingled. Version 1 fixes the bugs in Version 0, but introduces new tag-value pairs that won't be processed by older readers/apps.
|
private |
|
private |
|
virtual |
set/get the precision for writing out numbers as plain text
|
virtual |
Set if the images should be written in different files
|
inlineprivate |
Definition at line 148 of file itkMetaSceneConverter.h.
|
virtual |
Set if the images should be written in different files
|
virtual |
Set if the images should be written in different files
bool itk::MetaSceneConverter< VDimension, PixelType, TMeshTraits >::WriteMeta | ( | const SpatialObjectType * | soScene, |
const std::string & | fileName, | ||
unsigned int | depth = SpatialObjectType::MaximumDepth, | ||
const std::string & | soName = "" ) |
Write out a SpatialObject.
|
private |
Definition at line 171 of file itkMetaSceneConverter.h.
|
private |
Definition at line 174 of file itkMetaSceneConverter.h.
|
private |
Definition at line 170 of file itkMetaSceneConverter.h.
|
private |
Definition at line 175 of file itkMetaSceneConverter.h.
|
private |
Definition at line 173 of file itkMetaSceneConverter.h.
|
private |
Definition at line 172 of file itkMetaSceneConverter.h.