Index: trunk/psModules/src/pmObjects.h
===================================================================
--- trunk/psModules/src/pmObjects.h	(revision 4770)
+++ trunk/psModules/src/pmObjects.h	(revision 4992)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-16 01:10:34 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-11 22:25:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -42,6 +42,4 @@
 /** pmPeak data structure
  *  
- *  
- *  
  */
 typedef struct
@@ -55,6 +53,4 @@
 
 /** pmMoments data structure
- *  
- *  
  *  
  */
@@ -75,6 +71,4 @@
 /** pmModelType enumeration
  *  
- *  
- *  
  */
 typedef enum {
@@ -89,6 +83,4 @@
 
 /** pmModel data structure
- *  
- *  
  *  
  */
@@ -194,5 +186,5 @@
     psList *peaks,                      ///< The psList of peaks to be culled
     float maxValue,                     ///< Cull peaks above this value
-    const psRegion *valid               ///< Cull peaks otside this psRegion
+    const psRegion valid               ///< Cull peaks otside this psRegion
 );
 
@@ -399,4 +391,7 @@
 pmModelFromPSFFunc pmModelFromPSFFunc_GetFunction (pmModelType type);
 pmModelRadius pmModelRadius_GetFunction (pmModelType type);
+psS32 pmModelParameterCount(pmModelType type);
+psS32 pmModelSetType(char *name);
+char *pmModelGetType(pmModelType type);
 
 #endif
