ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialObjectWriter.h>
Public Types | |
typedef MetaConverterBase < NDimensions > | MetaConverterBaseType |
typedef SmartPointer< Self > | Pointer |
typedef SceneSpatialObject < NDimensions > | SceneType |
typedef SpatialObjectWriter | Self |
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
typedef SpatialObject < NDimensions > | SpatialObjectType |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual bool | GetBinaryPoints () const |
virtual const char * | GetFileName () const |
unsigned int | GetTransformPrecision () |
virtual void | SetBinaryPoints (bool _arg) |
virtual void | SetFileName (const char *_arg) |
void | SetInput (SpatialObjectType *input) |
void | SetInput (SceneType *input) |
void | SetTransformPrecision (unsigned int precision) |
void | Update (void) |
virtual void | SetWriteImagesInSeparateFile (bool _arg) |
virtual bool | GetWriteImagesInSeparateFile () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) 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 unsigned long | 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 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
Protected Member Functions | |
SpatialObjectWriter () | |
virtual | ~SpatialObjectWriter () |
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 () |
Protected Attributes | |
bool | m_BinaryPoints |
std::string | m_FileName |
bool | m_WriteImagesInSeparateFile |
Private Attributes | |
MetaSceneConverter < NDimensions, PixelType, TMeshTraits > | m_MetaToSpatialConverter |
SceneType * | m_Scene |
SpatialObjectPointer | m_SpatialObject |
typedef Object | Superclass |
virtual const char * | GetNameOfClass () const |
void | RegisterMetaConverter (const char *metaTypeName, const char *spatialObjectTypeName, MetaConverterBaseType *converter) |
SpatialObjectWriter (const Self &) | |
void | operator= (const Self &) |
TODO.
Definition at line 38 of file itkSpatialObjectWriter.h.
typedef MetaConverterBase< NDimensions > itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::MetaConverterBaseType |
base type for MetaConverters – bidirections conversion btw SpatialObject & MetaObject
Definition at line 53 of file itkSpatialObjectWriter.h.
typedef SmartPointer< Self > itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::Pointer |
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
Definition at line 44 of file itkSpatialObjectWriter.h.
typedef SceneSpatialObject< NDimensions > itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SceneType |
Definition at line 48 of file itkSpatialObjectWriter.h.
typedef SpatialObjectWriter itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::Self |
SmartPointer typedef support
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
Definition at line 43 of file itkSpatialObjectWriter.h.
typedef SpatialObjectType::Pointer itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SpatialObjectPointer |
Definition at line 47 of file itkSpatialObjectWriter.h.
typedef SpatialObject< NDimensions > itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SpatialObjectType |
Definition at line 46 of file itkSpatialObjectWriter.h.
typedef Object itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::Superclass |
Run-time type information (and related methods).
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
Definition at line 56 of file itkSpatialObjectWriter.h.
|
protected |
Add a converter for a new MetaObject/SpatialObject type
|
protected |
|
protectedvirtual |
|
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.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
|
virtual |
|
virtual |
Get the filename
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
unsigned int itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::GetTransformPrecision | ( | ) |
|
virtual |
Set/Get if the images should be written in a different file
|
static |
Method for creation through the object factory
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
|
protected |
Add a converter for a new MetaObject/SpatialObject type
Reimplemented from itk::Object.
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
void itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::RegisterMetaConverter | ( | const char * | metaTypeName, |
const char * | spatialObjectTypeName, | ||
MetaConverterBaseType * | converter | ||
) |
Add a converter for a new MetaObject/SpatialObject type
|
virtual |
|
virtual |
Set the filename
|
inline |
Set the Input
Definition at line 73 of file itkSpatialObjectWriter.h.
References itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::m_SpatialObject.
|
inline |
Definition at line 75 of file itkSpatialObjectWriter.h.
References itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::m_Scene.
void itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetTransformPrecision | ( | unsigned int | precision | ) |
|
virtual |
Set/Get if the images should be written in a different file
void itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::Update | ( | void | ) |
Load a tube file.
|
protected |
Definition at line 99 of file itkSpatialObjectWriter.h.
|
protected |
Reimplemented in itk::FEMSpatialObjectWriter< NDimensions, PixelType, TMeshTraits >.
Definition at line 98 of file itkSpatialObjectWriter.h.
|
private |
Definition at line 110 of file itkSpatialObjectWriter.h.
|
private |
Definition at line 107 of file itkSpatialObjectWriter.h.
Referenced by itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetInput().
|
private |
Definition at line 106 of file itkSpatialObjectWriter.h.
Referenced by itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetInput().
|
protected |
Definition at line 100 of file itkSpatialObjectWriter.h.