IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 10:58:22 AM (22 years ago)
Author:
desonia
Message:

added test for psFitsReadTable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psVector.h

    r2204 r3025  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-27 00:57:31 $
     13 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-01-17 20:58:21 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3737
    3838    union {
     39        psBool B;               ///< Boolean data.
    3940        psU8* U8;               ///< Unsigned 8-bit integer data.
    4041        psU16* U16;             ///< Unsigned 16-bit integer data.
     
    6364/** Allocate a vector.
    6465 *
    65  *  Uses psLib memory allocation functions to create a vector collection of 
     66 *  Uses psLib memory allocation functions to create a vector collection of
    6667 *  data as defined by the psType type.
    6768 *
     
    7576/** Reallocate a vector.
    7677 *
    77  *  Uses psLib memory allocation functions to reallocate a vector collection 
    78  *  of data. The vector is reallocated according to the psType type member 
     78 *  Uses psLib memory allocation functions to reallocate a vector collection
     79 *  of data. The vector is reallocated according to the psType type member
    7980 *  contained within the vector.
    8081 *
     
    8990/** Recycle a vector.
    9091 *
    91  *  Uses psLib memory allocation functions to reallocate a vector collection 
    92  *  of data. The vector is reallocated according to the psElemType type 
     92 *  Uses psLib memory allocation functions to reallocate a vector collection
     93 *  of data. The vector is reallocated according to the psElemType type
    9394 *  parameter.
    9495 *
     
    107108/** Copy a vector, converting types.
    108109 *
    109  *  Performs a deep copy of the elements of one psVector to a new psVector, 
     110 *  Performs a deep copy of the elements of one psVector to a new psVector,
    110111 *  converting numeric types to a specified type.
    111112 *
     
    133134/** Creates an array of indices based on sort ordered of array.
    134135 *
    135  *  Sorts a vector and creates an integer array holding indices of 
    136  *  sorted float values based on pre-sort index positions. 
     136 *  Sorts a vector and creates an integer array holding indices of
     137 *  sorted float values based on pre-sort index positions.
    137138 *
    138139 *  @return  psVector*     vector of the indices of sort.
Note: See TracChangeset for help on using the changeset viewer.