MADARA
3.1.8
|
#include <vector>
#include <string>
#include "madara/LockType.h"
#include "madara/knowledge/KnowledgeBase.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "madara/knowledge/KnowledgeUpdateSettings.h"
#include "BaseContainer.h"
Go to the source code of this file.
Classes | |
struct | madara::knowledge::containers::IntegerVector3D::Indices |
three dimensional indexing More... | |
class | madara::knowledge::containers::IntegerVector3D |
Manages a 3D array of doubles as a virtual overlay in the KnowledgeBase. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::knowledge | |
Provides functions and classes for the distributed knowledge base. | |
madara::knowledge::containers | |
Provides container classes for fast knowledge base access and mutation. | |
This file contains a C++ object that manages interactions for a 3D array of integers that can have lazy updates on each cell.
Definition in file IntegerVector3D.h.