Workspace 7.0.2
|
#include "meshprotobuftypesplugin.h"
#include <type_traits>
#include "Workspace/Application/builtinplugin.h"
#include "Workspace/Application/pluginmanager.h"
#include "Workspace/DataExecution/DataObjects/assignmentadaptor.h"
#include "Workspace/DataExecution/DataObjects/derivedtobaseadaptor.h"
#include "Workspace/DataExecution/DataObjects/enumtointadaptor.h"
#include "Workspace/DataExecution/Operations/operationfactorytraits.h"
#include "Mesh/Protobuf/elementtype.pb.h"
#include "Mesh/Protobuf/mesh.pb.h"
#include "Mesh/Protobuf/meshmodelinterface.pb.h"
#include "Protobuf/Protobuf/objectadaptor.h"
#include "Protobuf/protobufplugin.h"
#include "Mesh/Protobuf/meshadaptor.h"
#include "Mesh/Geometry/vector3d.h"
#include "Mesh/Geometry/transformmatrix.h"
#include "Mesh/meshplugin.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
Macros | |
#define | AddProtobufTypeAdaptors(Namespace, Type) |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Functions | |
CSIRO_IMPORTSPEC const char * | builtAgainstWorkspace () |
CSIRO_IMPORTSPEC CSIRO::Application::WorkspacePlugin * | getWorkspacePlugin () |
#define AddProtobufTypeAdaptors | ( | Namespace, | |
Type | |||
) |
CSIRO_IMPORTSPEC const char * builtAgainstWorkspace | ( | ) |
CSIRO_IMPORTSPEC CSIRO::Application::WorkspacePlugin * getWorkspacePlugin | ( | ) |