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

Classes

class  WSGLGeometry
 Encapsulates the geometry of an OpenGL rendered item. More...
 

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

typedef QHash< const Mesh::ElementType::Type *, QString > ElementIdMap
 
using WSGLGeometryPtr = QSharedPointer< WSGLGeometry >