Changeset 344 for trunk/archive/pslib/include/psSort.h
- Timestamp:
- Mar 31, 2004, 5:01:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psSort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psSort.h
r257 r344 14 14 /** Sort an array. Inputs not restrict-ed to allow sort in place */ 15 15 psFloatArray * 16 psSort(psFloatArray *out, // !< Sorted array to return. May be NULL17 const psFloatArray *myArray // !< Array to sort16 psSort(psFloatArray *out, ///< Sorted array to return. May be NULL 17 const psFloatArray *myArray ///< Array to sort 18 18 ); 19 19 20 20 /** Sort an array, along with some other stuff. Returns an index array */ 21 21 psIntArray * 22 psSortIndex(psIntArray *restrict out, // !< Output index array (may be NULL)23 const psFloatArray *restrict myArray // !< Array to sort22 psSortIndex(psIntArray *restrict out, ///< Output index array (may be NULL) 23 const psFloatArray *restrict myArray ///< Array to sort 24 24 ); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
