IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 1:29:39 PM (22 years ago)
Author:
harman
Message:

Changed psVector to be consistent with psImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.h

    r824 r831  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-01 22:42:57 $
     11 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-02 23:29:14 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646
    4747    union {
    48         psU8    **U8;                   ///< unsigned 8-bit integer data.
    49         psU16   **U16;                  ///< unsigned 16-bit integer data.
    50         psU32   **U32;                  ///< unsigned 32-bit integer data.
    51         psU64   **U64;                  ///< unsigned 64-bit integer data.
    52         psS8    **S8;                   ///< signed 8-bit integer data.
    53         psS16   **S16;                  ///< signed 16-bit integer data.
    54         psS32   **S32;                  ///< signed 32-bit integer data.
    55         psS64   **S64;                  ///< signed 64-bit integer data.
    56         psF32   **F32;                  ///< single-precision float data.
    57         psF64   **F64;                  ///< double-precision float data.
    58         psC32   **C32;                  ///< single-precision complex data.
    59         psC64   **C64;                  ///< double-precision complex data.
    60         psPTR   **PTR;                  ///< void pointers
    61         void    **V;                    ///< pointer to data
     48        psU8    **U8;                   ///< Unsigned 8-bit integer data.
     49        psU16   **U16;                  ///< Unsigned 16-bit integer data.
     50        psU32   **U32;                  ///< Unsigned 32-bit integer data.
     51        psU64   **U64;                  ///< Unsigned 64-bit integer data.
     52        psS8    **S8;                   ///< Signed 8-bit integer data.
     53        psS16   **S16;                  ///< Signed 16-bit integer data.
     54        psS32   **S32;                  ///< Signed 32-bit integer data.
     55        psS64   **S64;                  ///< Signed 64-bit integer data.
     56        psF32   **F32;                  ///< Single-precision float data.
     57        psF64   **F64;                  ///< Double-precision float data.
     58        psC32   **C32;                  ///< Single-precision complex data.
     59        psC64   **C64;                  ///< Double-precision complex data.
     60        psPTR   **PTR;                  ///< Void pointers.
     61        psPTR    *V;                    ///< Pointer to data.
    6262    } data;                             ///< Union for data types.
    6363    const struct psImage *parent;       ///< Parent, if a subimage.
Note: See TracChangeset for help on using the changeset viewer.