IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2004, 1:26:49 PM (22 years ago)
Author:
desonia
Message:

changed function prototypes to match changes in the SDRS.

File:
1 edited

Legend:

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

    r1897 r1920  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-25 02:06:12 $
     13 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-28 23:26:48 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222
    2323#include "psType.h"
     24#include "psArray.h"
    2425
    2526/// @addtogroup Image
     
    6768    } data;                            ///< Union for data types.
    6869    const struct psImage* parent;      ///< Parent, if a subimage.
    69     int nChildren;                     ///< Number of subimages.
    70     struct psImage* *children;         ///< Children of this region.
     70    psArray* children;                 ///< Children of this region.
    7171
    7272    void* rawDataBuffer;
Note: See TracChangeset for help on using the changeset viewer.