Update of /cvsroot/wavelet/Wavelet/Wave
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21335/Wave
Modified Files:
Filter.hh MirrorPosition.hh PeriodicPosition.hh
PyramidTransform.hh StandardTransform.hh VectorPosition.hh
Wavelet.hh WaveletTransform.hh
Log Message:
Fixed doxygen documentation.
Index: Wavelet.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/Wavelet.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Wavelet.hh 3 Jun 2005 14:02:04 -0000 1.2
--- Wavelet.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 19,23 ****
/**
- * @class Wavelet
* A Wavelet. The Wavelet transform is one-dimensional, it
* thus works on vectors.
--- 19,22 ----
Index: VectorPosition.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/VectorPosition.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** VectorPosition.hh 3 Jun 2005 14:02:04 -0000 1.2
--- VectorPosition.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 17,21 ****
/**
- * @class VectorPosition
* A Vector index (abstract). Performs symmetric, periodic and whatever
* extensions to a vector or a part of it.
--- 17,20 ----
Index: PyramidTransform.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/PyramidTransform.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PyramidTransform.hh 3 Jun 2005 14:02:04 -0000 1.4
--- PyramidTransform.hh 12 Jul 2005 14:52:20 -0000 1.5
***************
*** 18,22 ****
/**
- * @class PyramidTransform
* A Pyramid Transform. The transform is two-dimensional,
* it thus works on images.
--- 18,21 ----
Index: PeriodicPosition.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/PeriodicPosition.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PeriodicPosition.hh 3 Jun 2005 14:02:04 -0000 1.2
--- PeriodicPosition.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 17,21 ****
/**
- * @class PeriodicPosition
* A Periodic index (abstract). Performs symmetric, periodic and whatever
* extensions to a vector or a part of it.
--- 17,20 ----
Index: StandardTransform.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/StandardTransform.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StandardTransform.hh 3 Jun 2005 14:02:04 -0000 1.2
--- StandardTransform.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 17,21 ****
/**
- * @class StandardTransform
* A Standard Transform. The transform is two-dimensional,
* it thus works on images.
--- 17,20 ----
Index: WaveletTransform.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/WaveletTransform.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WaveletTransform.hh 3 Jun 2005 14:02:04 -0000 1.3
--- WaveletTransform.hh 12 Jul 2005 14:52:20 -0000 1.4
***************
*** 20,24 ****
/**
- * @class WaveletTransform
* An abstract Wavelet Transform. The Transform transform is two-dimensional,
* it thus works on images.
--- 20,23 ----
Index: Filter.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/Filter.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Filter.hh 3 Jun 2005 14:02:04 -0000 1.2
--- Filter.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 13,17 ****
/*---------------------------------------------------------------------------*/
/**
- * @class Filter
*
* Originally this was wavelet.hh from Geoff Davis' Wavelet construction kit.
--- 13,16 ----
***************
*** 72,76 ****
/**
- * @class FilterSet
*
* Originally this was wavelet.hh from Geoff Davis' Wavelet construction kit.
--- 71,74 ----
Index: MirrorPosition.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/Wave/MirrorPosition.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MirrorPosition.hh 3 Jun 2005 14:02:04 -0000 1.2
--- MirrorPosition.hh 12 Jul 2005 14:52:20 -0000 1.3
***************
*** 17,21 ****
/**
- * @class MirrorPosition
* A Mirror index (abstract). Performs symmetric, periodic and whatever
* extensions to a vector or a part of it.
--- 17,20 ----
|