Shapeworks Studio
2.1
Shape analysis software suite
|
This class is a writer for PSMProjects. More...
#include <itkPSMProjectWriter.h>
Public Types | |
typedef PSMProjectWriter | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (PSMProjectWriter, Object) | |
itkSetStringMacro (FileName) | |
itkGetStringMacro (FileName) | |
itkGetObjectMacro (Input, PSMProject) | |
itkSetObjectMacro (Input, PSMProject) | |
itkGetConstObjectMacro (Input, PSMProject) | |
virtual void | Update () |
This class is a writer for PSMProjects.
The following code illustrates how to use this class to write a PSMProject to a file.
Definition at line 35 of file itkPSMProjectWriter.h.
Standard class typedefs.
Definition at line 39 of file itkPSMProjectWriter.h.
itk::PSMProjectWriter::itkGetObjectMacro | ( | Input | , |
PSMProject | |||
) |
Get the project data structure generated after calling Update().
itk::PSMProjectWriter::itkGetStringMacro | ( | FileName | ) |
Get the input XML filename.
itk::PSMProjectWriter::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::PSMProjectWriter::itkSetStringMacro | ( | FileName | ) |
Set the input XML filename.
itk::PSMProjectWriter::itkTypeMacro | ( | PSMProjectWriter | , |
Object | |||
) |
Run-time type information (and related methods).
|
virtual |
Execute the reader.
Definition at line 30 of file itkPSMProjectWriter.cxx.