IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3947


Ignore:
Timestamp:
May 16, 2005, 11:06:37 AM (21 years ago)
Author:
Paul Price
Message:

Removing const from col0, row0 --- these are user-manipulable.

Location:
branches/pap_branch_050513/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/image/psImage.h

    r3786 r3947  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-04-29 02:25:10 $
     13 *  @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-05-16 21:06:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5454    const psU32 numCols;               ///< Number of columns in image
    5555    const psU32 numRows;               ///< Number of rows in image.
    56     const psS32 col0;                  ///< Column position relative to parent.
    57     const psS32 row0;                  ///< Row position relative to parent.
     56    psS32 col0;          ///< Column position relative to parent.
     57    psS32 row0;          ///< Row position relative to parent.
    5858
    5959    union {
  • branches/pap_branch_050513/psLib/src/mathtypes/psImage.h

    r3786 r3947  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-04-29 02:25:10 $
     13 *  @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-05-16 21:06:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5454    const psU32 numCols;               ///< Number of columns in image
    5555    const psU32 numRows;               ///< Number of rows in image.
    56     const psS32 col0;                  ///< Column position relative to parent.
    57     const psS32 row0;                  ///< Row position relative to parent.
     56    psS32 col0;          ///< Column position relative to parent.
     57    psS32 row0;          ///< Row position relative to parent.
    5858
    5959    union {
Note: See TracChangeset for help on using the changeset viewer.