#include <itkSpatialObjectWriter.h>
Inheritance diagram for itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >:


[NOHEADER] | |
| typedef Object | Superclass |
| virtual const char * | GetNameOfClass () const |
Public Types | |
| typedef SpatialObjectWriter | Self |
| typedef SmartPointer< Self > | Pointer |
| typedef SpatialObject< NDimensions > | SpatialObjectType |
| typedef SpatialObjectType::Pointer | SpatialObjectPointer |
| typedef SceneSpatialObject< NDimensions > | SceneType |
Public Member Functions | |
| void | Update (void) |
| virtual void | SetFileName (const char *_arg) |
| virtual const char * | GetFileName () const |
| void | SetInput (SpatialObjectType *input) |
| void | SetInput (SceneType *input) |
| virtual void | SetBinaryPoints (bool _arg) |
| virtual bool | GetBinaryPoints () |
| void | SetTransformPrecision (unsigned int precision) |
| unsigned int | GetTransformPrecision () |
| virtual void | SetWriteImagesInSeparateFile (bool _arg) |
| virtual bool | GetWriteImagesInSeparateFile () |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| SpatialObjectWriter () | |
| virtual | ~SpatialObjectWriter () |
Protected Attributes | |
| std::string | m_FileName |
| bool | m_BinaryPoints |
| bool | m_WriteImagesInSeparateFile |
|
|||||
|
Reimplemented from itk::Object. Definition at line 41 of file itkSpatialObjectWriter.h. |
|
|||||
|
Definition at line 45 of file itkSpatialObjectWriter.h. Referenced by itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetInput(). |
|
|||||
|
SmartPointer typedef support Reimplemented from itk::Object. Definition at line 40 of file itkSpatialObjectWriter.h. |
|
|||||
|
Definition at line 44 of file itkSpatialObjectWriter.h. |
|
|||||
|
Definition at line 43 of file itkSpatialObjectWriter.h. |
|
|||||
|
Run-time type information (and related methods). Reimplemented from itk::Object. Definition at line 51 of file itkSpatialObjectWriter.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Get the filename |
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
|||||||||
|
|
|
|||||||||
|
Set/Get if the images should be written in a different file |
|
|||||||||
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
||||||||||
|
|
|
||||||||||
|
Set the filename |
|
||||||||||
|
Definition at line 67 of file itkSpatialObjectWriter.h. References itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::m_BinaryPoints, and itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::m_FileName. |
|
||||||||||
|
Set the Input Definition at line 65 of file itkSpatialObjectWriter.h. References itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SceneType. |
|
||||||||||
|
|
|
||||||||||
|
Set/Get if the images should be written in a different file |
|
||||||||||
|
Load a tube file. |
|
|||||
|
Definition at line 84 of file itkSpatialObjectWriter.h. Referenced by itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetInput(). |
|
|||||
|
Definition at line 83 of file itkSpatialObjectWriter.h. Referenced by itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SetInput(). |
|
|||||
|
Definition at line 85 of file itkSpatialObjectWriter.h. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000