Workspace 6.21.5
|
#include <memory>
#include <QCoreApplication>
#include <QDateTime>
#include <QSharedPointer>
#include <QVector>
#include "Mesh/DataStructures/MeshModelInterface/elementtype.h"
#include "Rendering/rendering_api.h"
Classes | |
class | WSGLGlyphSet |
class | WSGLGlyphSuperSet |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |
Typedefs | |
using | ElementGlyphSets = QMap< const Mesh::ElementType::Type *, WSGLGlyphSetPtr > |
using | WSGLGlyphSetPtr = QSharedPointer< WSGLGlyphSet > |
using | WSGLGlyphSuperSetPtr = QSharedPointer< WSGLGlyphSuperSet > |