
Definition in file PolatSagiTest.C.
#include "Util/Assert.H"
#include "CINNIC/CINNICstatsRun.H"
#include "Raster/Raster.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include <fstream>
#include <iostream>
Include dependency graph for PolatSagiTest.C:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| This is a package to run tests on the output from CINNIC. | |
Variables | |
| const char * | configFile |
| this contains the name of the config file | |
| const char * | configFile2 |
| this contains the name of the second config file | |
| const char * | targetFileName |
| this is the target file to open | |
| const char * | notargetFileName |
| this is the non target file to open | |
| readConfig | ReadConfig (25) |
| This is the configFile object. | |
| readConfig | ReadConfig2 (25) |
| This is the second configFile object. | |
| CINNICstatsRun | runStats |
| main object for stats | |
| Image< float > | Fimage [2] |
| image float | |
| float | forReturn |
| float for return | |
| std::string | in |
| input string for parsing input files | |
| int | height |
| image input data | |
| int | width |
| int | currentX |
| image input data | |
| int | currentY |
|
||||||||||||
|
This is a package to run tests on the output from CINNIC.
Definition at line 40 of file PolatSagiTest.C. References ASSERT, configFile, configFile2, currentX, currentY, forReturn, CINNICstatsRun::getMu1(), CINNICstatsRun::getMu2(), height, i, in, LINFO, notargetFileName, readConfig::openFile(), CINNICstatsRun::polatSagi2AFC(), ReadConfig, ReadConfig2, Image< T >::resize(), CINNICstatsRun::setConfig(), CINNICstatsRun::setStuff(), Image< T >::setVal(), targetFileName, and width. |
|
|
this contains the name of the config file
Definition at line 16 of file PolatSagiTest.C. |
|
|
this contains the name of the second config file
Definition at line 18 of file PolatSagiTest.C. |
|
|
image input data
Definition at line 38 of file PolatSagiTest.C. Referenced by main(), and projectIO::readFile(). |
|
|
image float
Definition at line 30 of file PolatSagiTest.C. |
|
|
float for return
Definition at line 32 of file PolatSagiTest.C. Referenced by main(). |
|
|
|
input string for parsing input files
Definition at line 34 of file PolatSagiTest.C. Referenced by ReadTemp::getTemp(), rutz::gzstreambuf::gzstreambuf(), rutz::igzopen(), Image_xx_exp_xx_1(), Image_xx_log10_xx_1(), Image_xx_log_xx_1(), rutz::bidir_pipe::init(), BeoSubDB::initializeDatabase(), BeoSubDB::loadDatabase(), main(), readConfig::openFile(), Rovio::playSound(), projectIO::readFile(), Hmax::readList(), CudaHmax::readList(), readMatrix::readMatrix(), submain(), SimulationViewerNerdCam::writeChannelPage(), and SimulationViewerNerdCam::writeStatusPage(). |
|
|
this is the non target file to open
Definition at line 22 of file PolatSagiTest.C. Referenced by main(). |
|
|
This is the configFile object.
|
|
|
This is the second configFile object.
Referenced by main(). |
|
|
main object for stats
Definition at line 28 of file PolatSagiTest.C. |
|
|
this is the target file to open
Definition at line 20 of file PolatSagiTest.C. Referenced by main(). |
1.4.4