IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2004, 2:55:17 PM (22 years ago)
Author:
desonia
Message:

doxygen grouping tweaks.

File:
1 edited

Legend:

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

    r1359 r1374  
    1 /** @file  psImageManip.h
     1/** @file  psImageExtraction.h
    22*
    33*  @brief Contains basic image extraction operations, as specified in the
     
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-07-31 02:27:43 $
     11*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-04 00:55:17 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4141*/
    4242psImage *psImageSubset(
    43     psImage *out,                        ///< Subimage to return, or NULL.
    44     psImage *image,                      ///< Parent image.
    45     unsigned int numCols,                ///< Subimage width (<= image.nCols - col0).
    46     unsigned int numRows,                ///< Subimage height (<= image.nRows - row0).
    47     unsigned int col0,                   ///< Subimage col-offset (0 <= col0 < nCol).
     43    psImage *out,                         ///< Subimage to return, or NULL.
     44    psImage *image,                       ///< Parent image.
     45    unsigned int numCols,                 ///< Subimage width (<= image.nCols - col0).
     46    unsigned int numRows,                 ///< Subimage height (<= image.nRows - row0).
     47    unsigned int col0,                    ///< Subimage col-offset (0 <= col0 < nCol).
    4848    unsigned int row0                   ///< Subimage row-offset (0 <= row0 < nCol).
    4949);
Note: See TracChangeset for help on using the changeset viewer.