Workspace 6.21.5
|
#include <iostream>
#include <map>
#include <QCache>
#include <QCoreApplication>
#include <QHash>
#include <QSharedPointer>
#include <QString>
#include <QWeakPointer>
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/Application/logmanager.h"
#include "Rendering/rendering_api.h"
Classes | |
class | ExpiryCache< Key, T > |
Template class for a cache that removes items as soon as it exceeds maximum capacity. It uses shared pointers, so items will only be physically deleted once they go out of scope. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |