Changeset 4992 for trunk/psModules/src/pmObjects.h
- Timestamp:
- Sep 11, 2005, 12:25:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmObjects.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmObjects.h
r4770 r4992 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 8-16 01:10:34$7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-09-11 22:25:39 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 42 42 /** pmPeak data structure 43 43 * 44 *45 *46 44 */ 47 45 typedef struct … … 55 53 56 54 /** pmMoments data structure 57 *58 *59 55 * 60 56 */ … … 75 71 /** pmModelType enumeration 76 72 * 77 *78 *79 73 */ 80 74 typedef enum { … … 89 83 90 84 /** pmModel data structure 91 *92 *93 85 * 94 86 */ … … 194 186 psList *peaks, ///< The psList of peaks to be culled 195 187 float maxValue, ///< Cull peaks above this value 196 const psRegion *valid ///< Cull peaks otside this psRegion188 const psRegion valid ///< Cull peaks otside this psRegion 197 189 ); 198 190 … … 399 391 pmModelFromPSFFunc pmModelFromPSFFunc_GetFunction (pmModelType type); 400 392 pmModelRadius pmModelRadius_GetFunction (pmModelType type); 393 psS32 pmModelParameterCount(pmModelType type); 394 psS32 pmModelSetType(char *name); 395 char *pmModelGetType(pmModelType type); 401 396 402 397 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
