Workspace 6.21.5
|
#include "nodescriptmapper.h"
#include <cmath>
#include <QScriptClass>
#include <QScriptEngine>
#include <QScriptValue>
#include <QScriptValueList>
#include <QStringList>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/DataExecution/DataObjects/typeddatafactory.h"
#include "Mesh/DataStructures/MeshModelInterface/meshmodelinterface.h"
#include "Mesh/DataStructures/MeshModelInterface/meshnodesinterface.h"
#include "Mesh/Geometry/vector3d.h"
#include "Mesh/meshplugin.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
QScriptEngine engine_ |
QScriptValue mapFunc_ |
const MeshNodesInterface& nodeList_ |