IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageGeomManip.h

    r9927 r11248  
    1 /** @file  psImageGeomManip.h
     1/* @file  psImageGeomManip.h
    22 *
    3  *  @brief Contains basic image geometry manipulation operations, as
    4  *         specified in the PSLIB SDRS sections "Image Geometry Manipulations".
     3 * @brief Contains basic image geometry manipulation operations, as
     4 *        specified in the PSLIB SDRS sections "Image Geometry Manipulations".
    55 *
    6  *  @ingroup Image
     6 * @author Robert DeSonia, MHPCC
    77 *
    8  *  @author Robert DeSonia, MHPCC
    9  *
    10  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-09 20:20:27 $
    12  *
    13  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     8 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-01-23 22:47:23 $
     10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1411 */
    1512#ifndef PS_IMAGE_GEOM_MANIP_H
    1613#define PS_IMAGE_GEOM_MANIP_H
     14
     15/// @addtogroup ImageOps Image Operations
     16/// @{
    1717
    1818#include "psImage.h"
     
    2020#include "psStats.h"
    2121#include "psPixels.h"
    22 
    23 /// @addtogroup Image
    24 /// @{
    2522
    2623/** Rebin image to new scale.
     
    185182    psRegion region,                   ///< the size of the transformed image
    186183    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies
    187                                                     * which pixels in output image shall be transformed;
    188                                                     * otherwise, entire image generated*/
     184                                                        * which pixels in output image shall be transformed;
     185                                                        * otherwise, entire image generated*/
    189186    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
    190187    double exposedValue                ///< Exposed value to which non-corresponding pixels are set
     
    198195                    );
    199196
     197/// @}
    200198#endif // #ifndef PS_IMAGE_GEOM_MANIP_H
Note: See TracChangeset for help on using the changeset viewer.