00001
00002
00029 \section exampleOfUseInRuby Example of use in Ruby
00030 In my .jrbrc, I have the following lines:
00031 \verbatim
00032 Jafar::Datareader::DataReader.setDefaultSeriesName("2005_11_bouclage_newspec")
00033 Jafar::Datareader::DataReader.setDefaultSerieNumber(11)
00034 \endverbatim
00035
00036 Then from the jrb command line, I can do the following to display the tenth image of the serie from the stereo bench:
00037 \verbatim
00038 dr = Datareader::DataReader.new
00039 sb = dr.getStereoReader(0)
00040 mc = sb.left()
00041 Qdisplay::showimage(mc.load(10))
00042 \endverbatim
00043
00044 \section secDatareaderInterface Tcl/Ruby interface (generated by swig)
00045
00046 The interface of the module is generated from the following files:
00047 - datareader.i defines the wrapped classes and functions,
00048 - datareaderException.i defines the \c try { } \c catch block
00049 for this module.
00050
00051
00052 */
00053