#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 | SetAppendOff () |
void | SetAppendOn () |
void | SetAppendMode (bool mode) |
bool | GetAppendMode () |
void | SetInput (const TransformType *transform) |
const TransformType * | GetInput () |
virtual void | SetPrecision (unsigned int _arg) |
virtual unsigned int | GetPrecision () |
Static Public Member Functions | |
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 41 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 |
|
Set/Get the write mode (append/overwrite) for the Filter |
|
Get the filename |
|
Set/Get the input transform to write Definition at line 60 of file itkTransformFileWriter.h. |
|
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/Get the write mode (append/overwrite) for the Filter |
|
Set/Get the write mode (append/overwrite) for the Filter |
|
Set/Get the write mode (append/overwrite) for the Filter |
|
Set the filename |
|
Set/Get the input transform to write |
|
Set/Get the precision of the writing |
|
Write out the transform |
|
Definition at line 76 of file itkTransformFileWriter.h. |