HCL_RnRecorder Object
![]() | Erase () Erase---deletes currently stored vectors. |
![]() | HCL_RnRecorder_d ( int dim, int m, char * fname=NULL ) Usual constructor; needs the dimension of the vector space and the maximum number of vectors to be recorded |
![]() | Next () Next---advance to next recorded vector---returns 0 when at end. |
![]() | Number () Number---how many vectors currently stored. |
![]() | PlayBack ( HCL_Vector_d & Output ) Playback---copy current vector onto the input parameter. |
![]() | Record ( const HCL_Vector_d & Input ) Record---store input vector. |
![]() | Rewind () Rewind---go to first vector recorded. |
![]() | Save ( char * fname ) Save to a file. |
HCL_RnRecorder Object. Implements the HCL_Recorder interface for the Rn vector class.
virtual void Record( const HCL_Vector_d & Input )
virtual void Rewind()
virtual void PlayBack( HCL_Vector_d & Output )
virtual int Next()
virtual int Number()
virtual void Erase()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de