Changeset 11253 for trunk/psModules/src/objects/pmModel.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModel.h
r9810 r11253 1 /** @file pmObjects.h 1 /* @file pmObjects.h 2 * @brief Functions to define and manipulate object models 2 3 * 3 * Functions to define and manipulate object models 4 * @author GLG, MHPCC 5 * @author EAM, IfA 4 6 * 5 * @author GLG, MHPCC 6 * @author EAM, IfA 7 * 8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-31 19:38:44 $ 10 * 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 * 7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:15 $ 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 10 */ 14 11 15 12 # ifndef PM_MODEL_H 16 13 # define PM_MODEL_H 14 15 /// @addtogroup Objects Object Detection / Analysis Functions 16 /// @{ 17 17 18 18 // type of model carried by the pmModel structure … … 125 125 ); 126 126 127 /// @} 127 128 # endif /* PM_MODEL_H */
Note:
See TracChangeset
for help on using the changeset viewer.
