#include "Channels/BlueYellowChannel.H"
#include "Channels/ChannelOpts.H"
#include "Channels/ColorChannel.H"
#include "Channels/DirectionChannel.H"
#include "Channels/FlickerChannel.H"
#include "Channels/GaborChannel.H"
#include "Channels/IntegerInput.H"
#include "Channels/IntegerMathEngine.H"
#include "Channels/IntegerOrientationChannel.H"
#include "Channels/IntegerSimpleChannel.H"
#include "Channels/IntensityChannel.H"
#include "Channels/MotionChannel.H"
#include "Channels/OrientationChannel.H"
#include "Channels/RedGreenChannel.H"
#include "Channels/SingleChannel.H"
#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/IntegerMathOps.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/PyrBuilder.H"
#include "Image/PyramidCache.H"
#include "Image/PyramidOps.H"
#include "Image/ShapeOps.H"
#include "Media/FrameSeries.H"
#include "Neuro/NeuroOpts.H"
#include "Channels/RawVisualCortex.H"
#include "Channels/IntegerRawVisualCortex.H"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Transport/FrameInfo.H"
#include "Util/Pause.H"
#include "Util/csignals.H"
#include "rutz/time.h"
#include <map>
Go to the source code of this file.
Functions | |
int | submain (int argc, const char **argv) |
int | main (const int argc, const char **argv) |
Variables | |
static const ModelOptionDef | OPT_ALIASsaveall |
Definition in file test-intChannel.C.
const ModelOptionDef OPT_ALIASsaveall [static] |
{ MODOPT_ALIAS, "ALIASsaveall", &MOC_DISPLAY, OPTEXP_SAVE, "Default save option for test-intChannel", "saveall", '\0', "", "--save-channel-outputs --save-vcx-output" }
Definition at line 81 of file test-intChannel.C.