#include "plugins/SceneUnderstanding/Geons2D.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Convolutions.H"
#include "Image/fancynorm.H"
#include "Image/Point3D.H"
#include "Simulation/SimEventQueue.H"
#include "Neuro/EnvVisualCortex.H"
#include "GUI/DebugWin.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_Geons2D |
const ModelOptionDef | OPT_Geons2DShowDebug |
Definition in file Geons2D.C.
const ModelOptionCateg MOC_Geons2D |
const ModelOptionDef OPT_Geons2DShowDebug |
{ MODOPT_ARG(bool), "Geons2DShowDebug", &MOC_Geons2D, OPTEXP_CORE, "Show debug img", "Geons2D-debug", '\0', "<true|false>", "false" }