IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2004, 12:36:04 PM (22 years ago)
Author:
desonia
Message:

changed psImageSubset to subset an image without making a deep copy.

File:
1 edited

Legend:

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

    r1442 r1606  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-08-10 01:05:53 $
     14 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-08-23 22:36:03 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868    int nChildren;                     ///< Number of subimages.
    6969    struct psImage* *children;         ///< Children of this region.
     70
     71    void* rawDataBuffer;
    7072}
    7173psImage;
Note: See TracChangeset for help on using the changeset viewer.