Workspace 6.21.5
|
#include "nasreader.h"
#include <algorithm>
#include <cctype>
#include <cmath>
#include <iostream>
#include <QSet>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/Application/System/systemutilities.h"
#include "Workspace/DataExecution/DataObjects/typedobject.h"
#include "Workspace/DataExecution/Events/observerset.h"
#include "Workspace/DataExecution/Events/progressevent.h"
#include "Workspace/DataExecution/InputOutput/inputscalar.h"
#include "Workspace/DataExecution/InputOutput/output.h"
#include "Workspace/DataExecution/Operations/operation.h"
#include "Workspace/DataExecution/Operations/typedoperationfactory.h"
#include "Mesh/DataStructures/MeshModelInterface/meshelementsinterface.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. | |
Functions | |
static const std::string | alphabet ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") |
static const std::string | alphanumeric (alphabet+numeric) |
static const std::string | doubleSet (numeric+"+-.eE") |
static const std::string | integerSet (numeric+"+-") |
static const std::string | numeric ("0123456789") |