Changeset 16481 for trunk/psModules/src/concepts/pmConcepts.h
- Timestamp:
- Feb 14, 2008, 4:26:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r12696 r16481 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-03-30 21:12:56$6 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-02-15 02:26:09 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 203 203 const pmFPA *source ///< The source FPA 204 204 ); 205 206 /// Copy the concepts within an FPA to another FPA; optionally recurse to lower levels 207 bool pmConceptsCopyFPA(pmFPA *target, ///< Target FPA 208 const pmFPA *source, ///< Source FPA 209 bool chips, ///< Recurse to chips level? 210 bool cells ///< Recurse to cells level? 211 ); 212 213 /// Copy the concepts within a chip to another chip; optionally recurse to lower level 214 bool pmConceptsCopyChip(pmChip *target, ///< Target chip 215 const pmChip *source, ///< Source chip 216 bool cells ///< Recurse to cells level? 217 ); 218 219 /// Copy the concepts within a cell to another cell 220 bool pmConceptsCopyCell(pmCell *target, ///< Target cell 221 const pmCell *source ///< Source cell 222 ); 223 224 205 225 /// @} 206 226 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
