19 #ifndef __itkPSMProjectReader_h 20 #define __itkPSMProjectReader_h 22 #include "itkPSMProject.h" 23 #include "itkPSMDOMNodeXMLReader.h" 47 typedef SmartPointer< Self > Pointer;
48 typedef SmartPointer< const Self > ConstPointer;
58 typedef Superclass::DOMNodePointer DOMNodePointer;
67 virtual void Update();
74 void operator=(
const Self &);
77 PSMProject::Pointer m_Output;
This class is a reader for PSMProjects.
This class is a data object that holds information about a Particle Shape Modeling project...
Superclass::DOMNodeType DOMNodeType
Class to read a special PSM DOM object from an XML file or an input stream.