Changeset 1897 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Sep 24, 2004, 4:06:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r1478 r1897 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-0 8-11 20:17:35$14 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-25 02:06:12 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 105 105 ); 106 106 107 /** Copy a vector, converting types. 108 * 109 * Performs a deep copy of the elements of one psVector to a new psVector, 110 * converting numeric types to a specified type. 111 * 112 * @return psVector* Pointer to resulting psVector. 113 * 114 */ 115 psVector* psVectorCopy( 116 psVector* out, ///< if non-NULL, a psVector to recycle 117 const psVector* in, ///< the vector to copy. 118 psElemType type ///< the data type of the resulting psVector 119 ); 120 107 121 /** Sort an array of floats. 108 122 *
Note:
See TracChangeset
for help on using the changeset viewer.
