
#include "plugins/SceneUnderstanding/Geons3D.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.
Functions | |
| SIMMODULEINSTFUNC (Geons3D) | |
Variables | |
| const ModelOptionCateg | MOC_Geons3D |
| const ModelOptionDef | OPT_Geons3DShowDebug |
Definition in file Geons3D.C.
| const ModelOptionCateg MOC_Geons3D |
| const ModelOptionDef OPT_Geons3DShowDebug |
{ MODOPT_ARG(bool), "Geons3DShowDebug", &MOC_Geons3D, OPTEXP_CORE,
"Show debug img",
"geons3d-debug", '\0', "<true|false>", "false" }
1.6.3