#include "plugins/SceneUnderstanding/TwoHalfDSketch.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Image/Convolutions.H"
#include "Image/MatrixOps.H"
#include "Simulation/SimEventQueue.H"
#include "GUI/DebugWin.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
Go to the source code of this file.
Defines | |
#define | BIG_NUMBER 1.0e+300 |
Functions | |
SIMMODULEINSTFUNC (TwoHalfDSketch) | |
Variables | |
const ModelOptionCateg | MOC_TwoHalfDSketch |
const ModelOptionDef | OPT_TwoHalfDSketchShowDebug |
Definition in file TwoHalfDSketch.C.
const ModelOptionCateg MOC_TwoHalfDSketch |
{
MOC_SORTPRI_3, "TwoHalfDSketch-Related Options" }
Definition at line 57 of file TwoHalfDSketch.C.
const ModelOptionDef OPT_TwoHalfDSketchShowDebug |
{ MODOPT_ARG(bool), "TwoHalfDSketchShowDebug", &MOC_TwoHalfDSketch, OPTEXP_CORE, "Show debug img", "twohalfdsketch-debug", '\0', "<true|false>", "false" }
Definition at line 61 of file TwoHalfDSketch.C.