IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1441 for trunk/psLib/src/image


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

fixed indent-madness concerning preprocessor directives.

Location:
trunk/psLib/src/image
Files:
5 edited

Legend:

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

    r1440 r1441  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-08-09 23:34:58 $
     14 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-08-09 23:40:55 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    114114                              float x, float y, psF32 unexposedValue, psImageInterpolateMode mode);
    115115
    116 #    define p_psImagePixelInterpolateFcns(TYPE) \
     116#define p_psImagePixelInterpolateFcns(TYPE) \
    117117inline psF64 p_psImagePixelInterpolateFLAT_##TYPE( \
    118118        const psImage* input, \
     
    128128                                                     );
    129129
    130 #    define p_psImagePixelInterpolateComplexFcns(TYPE) \
     130#define p_psImagePixelInterpolateComplexFcns(TYPE) \
    131131inline psC64 p_psImagePixelInterpolateFLAT_##TYPE( \
    132132        const psImage* input, \
  • trunk/psLib/src/image/psImageExtraction.h

    r1440 r1441  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-09 23:34:58 $
     12*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-09 23:40:55 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717
    1818#ifndef PSIMAGEEXTRACTION_H
    19 #    define PSIMAGEEXTRACTION_H
     19#define PSIMAGEEXTRACTION_H
    2020
    21 #    include "psImage.h"
    22 #    include "psVector.h"
    23 #    include "psStats.h"
     21#include "psImage.h"
     22#include "psVector.h"
     23#include "psStats.h"
    2424
    2525/// @addtogroup Image
  • trunk/psLib/src/image/psImageIO.h

    r1440 r1441  
    1010 *  @author Robert DeSonia, MHPCC
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-09 23:34:58 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-08-09 23:40:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717#ifndef PS_IMAGEIO_H
    18 #    define PS_IMAGEIO_H
     18#define PS_IMAGEIO_H
    1919
    20 #    include <stdbool.h>
     20#include <stdbool.h>
    2121
    22 #    include "psImage.h"
     22#include "psImage.h"
    2323
    2424/// @addtogroup ImageIO
  • trunk/psLib/src/image/psImageManip.h

    r1440 r1441  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-09 23:34:58 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-09 23:40:55 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1717 */
    1818#ifndef PS_IMAGE_MANIP_H
    19 #    define PS_IMAGE_MANIP_H
     19#define PS_IMAGE_MANIP_H
    2020
    21 #    include "psImage.h"
     21#include "psImage.h"
    2222
    2323/// @addtogroup Image
  • trunk/psLib/src/image/psImageStats.h

    r1440 r1441  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-09 23:34:58 $
     12*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-09 23:40:55 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1616*/
    1717#if !defined(PS_IMAGE_STATS_H)
    18 #    define PS_IMAGE_STATS_H
     18#define PS_IMAGE_STATS_H
    1919
    20 #    include "psType.h"
    21 #    include "psVector.h"
    22 #    include "psImage.h"
    23 #    include "psStats.h"
    24 #    include "psFunctions.h"
     20#include "psType.h"
     21#include "psVector.h"
     22#include "psImage.h"
     23#include "psStats.h"
     24#include "psFunctions.h"
    2525
    2626/// @addtogroup ImageStats
Note: See TracChangeset for help on using the changeset viewer.