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/psImagePixelExtract.h

    r6294 r11248  
    1 /** @file  psImagePixelExtract.h
    2 *
    3 *  @brief Contains basic image extraction operations, as specified in the
    4 *         PSLIB SDRS sections "Image Pixel Extractions".
    5 *
    6 *  @ingroup Image
    7 *
    8 *  @author Robert DeSonia, MHPCC
    9 *
    10 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-02-02 04:41:42 $
    12 *
    13 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    14 */
     1/* @file  psImagePixelExtract.h
     2 *
     3 * @brief Basic image extraction operations
     4 *
     5 * @author Robert DeSonia, MHPCC
     6 *
     7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-23 22:47:23 $
     9 *
     10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     11 */
    1512
    1613#ifndef PSIMAGE_PIXEL_EXTRACT_H
    1714#define PSIMAGE_PIXEL_EXTRACT_H
     15
     16/// @addtogroup ImageOps Image Operations
     17/// @{
    1818
    1919#include "psImage.h"
     
    2121#include "psStats.h"
    2222#include "psPixels.h"
    23 
    24 /// @addtogroup Image
    25 /// @{
    2623
    2724/* Cut direction flag.  Used with psImageCut function.
     
    146143
    147144/// @}
    148 
    149145#endif // #ifndef PSIMAGE_PIXEL_EXTRACT_H
Note: See TracChangeset for help on using the changeset viewer.