#include <itkSpatialObjectWriter.h>
Inheritance diagram for itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >:
[NOHEADER] | |
typedef Object | Superclass |
virtual const char * | GetClassName () 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 () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SpatialObjectWriter () | |
virtual | ~SpatialObjectWriter () |
Protected Attributes | |
std::string | m_FileName |
bool | m_BinaryPoints |
|
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. |
|
|
|
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Get the filename |
|
|
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
|
|
Set the filename |
|
Definition at line 67 of file itkSpatialObjectWriter.h. |
|
Set the Input Definition at line 65 of file itkSpatialObjectWriter.h. References itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >::SceneType. |
|
|
|
Load a tube file. |
|
Definition at line 78 of file itkSpatialObjectWriter.h. |
|
Definition at line 77 of file itkSpatialObjectWriter.h. |