Workspace 6.21.5
Classes | Namespaces | Typedefs
wsglglyphset.h File Reference
#include <memory>
#include <QCoreApplication>
#include <QDateTime>
#include <QSharedPointer>
#include <QVector>
#include "Mesh/DataStructures/MeshModelInterface/elementtype.h"
#include "Rendering/rendering_api.h"
Include dependency graph for wsglglyphset.h:
This graph shows which files directly or indirectly include this file:

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 >