#include "Channels/SoxChannel.H"
#include "Component/ModelManager.H"
#include "Component/ParamMap.H"
#include "Image/ColorOps.H"
#include "Image/DrawOps.H"
#include "Image/LevelSpec.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/Range.H"
#include "Image/ShapeOps.H"
#include "Image/fancynorm.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "rutz/compat_snprintf.h"
#include <algorithm>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (const int argc, const char **argv) |
Test the SoxChannel class
Definition in file test-SoxChannel.C.