IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4195


Ignore:
Timestamp:
Jun 9, 2005, 11:20:20 AM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r4128 r4195  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-07 02:29:44 $
     13 *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-09 21:20:20 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7676    psArray* children;                 ///< Children of this region.
    7777
    78     psPtr rawDataBuffer;
     78    psPtr rawDataBuffer;               ///< Raw data buffer for Allocating/Freeing Images
    7979}
    8080psImage;
     
    151151);
    152152
     153/** Copy an image to a new buffer
     154 * 
     155 *  @return True if image copied or false if error
     156 */
    153157bool p_psImageCopyToRawBuffer(
    154     void* buffer,
    155     const psImage* input,
    156     psElemType type
     158    void* buffer,                      ///< the buffer used to copy the image
     159    const psImage* input,              ///< the input image to be copied
     160    psElemType type                    ///< the datatype of the image to be copied
    157161);
    158162
  • trunk/psLib/src/mathtypes/psImage.h

    r4128 r4195  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-07 02:29:44 $
     13 *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-09 21:20:20 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7676    psArray* children;                 ///< Children of this region.
    7777
    78     psPtr rawDataBuffer;
     78    psPtr rawDataBuffer;               ///< Raw data buffer for Allocating/Freeing Images
    7979}
    8080psImage;
     
    151151);
    152152
     153/** Copy an image to a new buffer
     154 * 
     155 *  @return True if image copied or false if error
     156 */
    153157bool p_psImageCopyToRawBuffer(
    154     void* buffer,
    155     const psImage* input,
    156     psElemType type
     158    void* buffer,                      ///< the buffer used to copy the image
     159    const psImage* input,              ///< the input image to be copied
     160    psElemType type                    ///< the datatype of the image to be copied
    157161);
    158162
Note: See TracChangeset for help on using the changeset viewer.