IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.h

    r4138 r4162  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2005-06-07 23:11:54 $
     16 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2005-06-08 23:40:45 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2020 */
    21 #if !defined(PS_STATS_H)
     21#ifndef PS_STATS_H
    2222#define PS_STATS_H
    2323
     
    112112/** The basic histogram structure which contains bounds and bins.
    113113 *
    114  *  In this structure, the vector bounds specifies the boundaries of the 
    115  *  histogram bins, and must of type psF32, while nums specifies the number 
    116  *  of entries in the bin, and must of type psU32. The value of bounds.n must 
    117  *  therefore be 1 greater than than nums.n. The two values minNum and maxNum 
    118  *  are the number of data values which fell below the lower limit bound or 
     114 *  In this structure, the vector bounds specifies the boundaries of the
     115 *  histogram bins, and must of type psF32, while nums specifies the number
     116 *  of entries in the bin, and must of type psU32. The value of bounds.n must
     117 *  therefore be 1 greater than than nums.n. The two values minNum and maxNum
     118 *  are the number of data values which fell below the lower limit bound or
    119119 *  above the upper limit bound, respectively.
    120120 */
     
    130130
    131131/** Allocator for psHistogram where the bounds of the bins are implicitly
    132  *  specified through simply specifying an upper and lower limit along with 
    133  *  the size of the bins. 
     132 *  specified through simply specifying an upper and lower limit along with
     133 *  the size of the bins.
    134134 *
    135135 *  @return psHistogram*    Newly allocated psHistogram
     
    142142
    143143/** Allocator for psHistogram where the bounds of the bins are explicitly
    144  *  specified. 
     144 *  specified.
    145145 *
    146146 *  @return psHistogram*    Newly allocated psHistogram
     
    152152/** Calculate a histogram
    153153 *
    154  *  The following function populates the histogram bins from the specified 
     154 *  The following function populates the histogram bins from the specified
    155155 *  vector (in). It alters and returns the histogram out structure. The input
    156156 *  vector may be of types psU8, psU16, psF32, psF64.
     
    169169 *
    170170 *  @return psBool    If more than one statistic result is set in stats->options,
    171  *                    false is returned and the value parameter is not set, 
     171 *                    false is returned and the value parameter is not set,
    172172 *                    otherwise true is returned.
    173173 */
     
    193193/// @}
    194194
    195 #endif
     195#endif // #ifndef PS_STATS_H
Note: See TracChangeset for help on using the changeset viewer.