19 #ifndef __itkPSMProjectWriter_h 20 #define __itkPSMProjectWriter_h 22 #include "itkPSMProject.h" 40 typedef Object Superclass;
41 typedef SmartPointer< Self > Pointer;
42 typedef SmartPointer< const Self > ConstPointer;
51 itkSetStringMacro(FileName);
54 itkGetStringMacro(FileName);
63 virtual void Update();
70 void operator=(
const Self &);
73 PSMProject::Pointer m_Input;
76 std::string m_FileName;
This class is a data object that holds information about a Particle Shape Modeling project...
This class is a writer for PSMProjects.