Changeset 11253 for trunk/psModules/src/concepts/pmConceptsStandard.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.h
r11132 r11253 1 /// @file pmConceptsStandard.h 2 /// 3 /// @brief Private functions for parsing and formatting standard concepts. 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-01-18 03:14:09 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmConceptsStandard.h 2 * @brief Private functions for parsing and formatting standard concepts. 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_CONCEPTS_STANDARD_H 16 12 #define PM_CONCEPTS_STANDARD_H 17 13 14 /// @addtogroup Concepts Data Abstraction Concepts 15 /// @{ 16 18 17 #include <pslib.h> 19 18 #include "pmFPA.h" 20 21 // Functions to parse and format the standard concepts22 23 19 24 20 /// Parse the FPA.FILTER concept to apply a lookup table … … 165 161 const pmCell *cell ///< Cell for concept, or NULL 166 162 ); 167 163 /// @} 168 164 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
