#include <itkTransformFileWriter.h>
Inheritance diagram for itk::TransformFileWriter:


[NOHEADER] | |
| typedef Object | Superclass |
| virtual const char * | GetNameOfClass () const |
Public Types | |
| typedef TransformFileWriter | Self |
| typedef SmartPointer< Self > | Pointer |
| typedef TransformBase | TransformType |
| typedef TransformType::Pointer | TransformPointer |
Public Member Functions | |
| virtual void | SetFileName (const char *_arg) |
| virtual const char * | GetFileName () const |
| void | AddTransform (const TransformType *transform) |
| void | Update () |
| void | SetInput (const TransformType *transform) |
| const TransformType * | GetInput () |
| virtual void | SetPrecision (unsigned int _arg) |
| virtual unsigned int | GetPrecision () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| TransformFileWriter () | |
| virtual | ~TransformFileWriter () |
Protected Attributes | |
| std::string | m_FileName |
|
|
Reimplemented from itk::LightProcessObject. Definition at line 33 of file itkTransformFileWriter.h. |
|
|
SmartPointer typedef support Reimplemented from itk::LightProcessObject. Definition at line 32 of file itkTransformFileWriter.h. |
|
|
Run-time type information (and related methods). Reimplemented from itk::LightProcessObject. Definition at line 38 of file itkTransformFileWriter.h. |
|
|
Definition at line 35 of file itkTransformFileWriter.h. |
|
|
Definition at line 34 of file itkTransformFileWriter.h. |
|
|
|
|
|
|
|
|
Add a transform to be written |
|
|
Get the filename |
|
|
Set/Get the input transform to write Definition at line 53 of file itkTransformFileWriter.h. References m_FileName. |
|
|
Run-time type information (and related methods). Reimplemented from itk::LightProcessObject. |
|
|
Set/Get the precision of the writing |
|
|
Method for creation through the object factory Reimplemented from itk::LightProcessObject. |
|
|
Set the filename |
|
|
Set/Get the input transform to write |
|
|
Set/Get the precision of the writing |
|
|
Write out the transform |
|
|
Definition at line 69 of file itkTransformFileWriter.h. Referenced by GetInput(). |
1.4.1 written by Dimitri van Heesch,
© 1997-2000