Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 6905)
+++ trunk/psModules/src/objects/pmSource.h	(revision 7311)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-19 20:29:57 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-03 01:02:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -73,4 +73,5 @@
 typedef struct
 {
+    const int id;   ///< Unique ID for object
     pmPeak *peak;   ///< Description of peak pixel.
     psImage *pixels;   ///< Rectangular region including object pixels.
@@ -114,4 +115,5 @@
 pmSource  *pmSourceAlloc();
 
+bool pmIsSource(const psPtr ptr);
 
 /** pmSourceDefinePixels()
