IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 1:34:58 PM (22 years ago)
Author:
desonia
Message:

cleanup of some indent-induced madness.

File:
1 edited

Legend:

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

    r1426 r1440  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-09 22:44:25 $
     12*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-09 23:34:58 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040 * one.
    4141 *
    42  * @return psImage*: Pointer to psImage.
     42 * @return psImage* : Pointer to psImage.
    4343 *
    4444 */
     
    5454/** Makes a copy of a psImage
    5555 *
    56  * @return psImage*  Copy of the input psImage.  This may not be equal to the
     56 * @return psImage* Copy of the input psImage.  This may not be equal to the
    5757 * output parameter
    5858 *
     
    7878 * @return psVector    the resulting vector
    7979 */
    80 psVector *psImageSlice(
     80psVector* psImageSlice(
    8181    psVector* out,                     ///< psVector to recycle, or NULL.
    8282    psVector* slicePositions,
     
    111111 *  @return psVector    resulting vector
    112112 */
    113 psVector *psImageCut(
     113psVector* psImageCut(
    114114    psVector* out,                     ///< psVector to recycle, or NULL.
    115115    const psImage* input,              ///< the input image in which to perform the cut
Note: See TracChangeset for help on using the changeset viewer.