Workspace 6.21.5
|
#include <QString>
#include "Workspace/Application/logmanager.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/Operations/operation.h"
#include "Workspace/DataExecution/Operations/operationfactorytraits.h"
#include "Mesh/mesh_api.h"
Classes | |
struct | AssignDataType< Mesh::MeshModelSource > |
struct | CloneDataType< Mesh::MeshModelSource > |
class | MeshModelSource::LockableRef |
Reference to the MeshModelSource that is aware of the lifespan of the MeshModelSource and can provide a "lock" on the source for the duration of the scope. More... | |
class | MeshModelSource::LockedPtr< isConst > |
Pointer to the MeshModelSource which is mutex locked for the duration that this pointer exists. More... | |
class | MeshModelSource::MeshModelInterfaceLockedPtr |
Reference to a MeshModelInterface that, when created, locks access to the MeshModelInterface via any of the lock-aware functions via a mutex internal to the MeshModelSource. When this Ref object goes out of scope, access is restored again. More... | |
class | MeshModelSource |
Makes a MeshModel source available without having to first read in the MeshModel data. More... | |
struct | SerializeDataType< Mesh::MeshModelSource > |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |