IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2004, 4:38:20 PM (22 years ago)
Author:
Paul Price
Message:

Small changes to definition of psImage --- order of elements, and a comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImage.h

    r278 r279  
    2323        psF64 **rows_f64;               ///< pointers to psF64 data
    2424    } rows;
    25     struct psImage *parent;             ///< parent, if a subimage
    26     struct psImage *children;           ///< children of this region
     25    psImage *parent;                    ///< parent, if a subimage
    2726    int Nchildren;                      ///< number of subimages
     27    psImage *children;                  ///< children of this region; array of Nchildren pointers
    2828} psImage;
    2929
     
    6565int
    6666psImageFreeChildren(const psImage *image ///< free children of this image
    67 );
     67    );
    6868
    6969/// Create a copy of the specified image.
Note: See TracChangeset for help on using the changeset viewer.