#include "Util/log.H"
#include "Util/readConfig.H"
#include "CINNIC/CINNIC2.H"
#include <stdlib.h>
#include <string>
#include <sys/types.h>
#include <time.h>
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This is the main binary for CINNIC2. | |
Variables | |
ContourNeuronCreate< float > | CINNICreate |
Create a CINNIC neuron, use float. | |
std::istream * | argInput |
pointer to command line argument stream | |
const char * | configFile |
This is the configFile name. | |
readConfig | configIn (25) |
This is the configFile object. |
this runs CINNIC2
Definition in file runCINNIC2.C.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This is the main binary for CINNIC2.
Definition at line 68 of file runCINNIC2.C.
References CINNIC2::CINrunSimpleImage(), CINNIC2::CINtoggleFrameSeries(), configFile, configIn, ContourNeuronCreate< TC2 >::CreateNeuron(), filename, readConfig::openFile(), RASFMT_PNM, Raster::ReadGray(), Raster::ReadRGB(), savefilename, and skeptic.
std::istream* argInput |
pointer to command line argument stream
Definition at line 61 of file runCINNIC2.C.
ContourNeuronCreate<float> CINNICreate |
Create a CINNIC neuron, use float.
Definition at line 59 of file runCINNIC2.C.
const char* configFile |
This is the configFile name.
Definition at line 63 of file runCINNIC2.C.
readConfig configIn(25) |
This is the configFile object.