Wavelet and Image class library  1.3.2
PeriodicPosition.hh
Go to the documentation of this file.
00001 /*
00002  * class PeriodicPosition
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef PERIODIC_POSITION_HH__
00010 #define PERIODIC_POSITION_HH__
00011 
00012 #include "Wave/VectorPosition.hh"
00013 
00022 /*abstract*/
00023 class 
00024 PeriodicPosition: public VectorPosition
00025 {
00026 public:
00028   PeriodicPosition (void) : VectorPosition () { } 
00029   
00031   PeriodicPosition (int newsize) : VectorPosition (newsize) { } 
00032   
00046   int pos (int pos, int start, int end, int &sign);
00047 }; /* class PeriodicPosition */
00048 
00051 #endif /* PERIODIC_POSITION_HH__ */
00052 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines