Workspace 6.21.5
|
#include <algorithm>
#include <functional>
#include <list>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Mesh/mesh_api.h"
#include "numberedobject.h"
#include "node.h"
Classes | |
class | NumberedObjectList< T >::IndexChangeRecipient |
class | KillInvalid< T > |
Functor to call KillObject if the object is marked as invalid (i.e. awaiting deletion). More... | |
class | KillInvalid< Node > |
class | KillObject< T > |
Functor for deleting an object and NULL-ifying the list pointer to it./. More... | |
class | NumberedObjectList< T > |
Defines a list of numbered objects and is generally used as a base class. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |