#include <functional>
#include <map>
Go to the source code of this file.
Namespaces | |
| namespace | GVectors |
Classes | |
| class | GVectors::VDelete |
| Used to delete vector store items. More... | |
| class | GVectors::VSetOrigin |
| Class used to set the origin of vector store items. More... | |
| class | GVectors::VSetScale |
| Class used to set the scale of vector store items. More... | |
| class | GVectors::VSetArrowLength |
| Class used to set the arrow length of vector store items. More... | |
| class | GVectors::VSetRotation |
| Class used to set the rotation of vector store items. More... | |
| class | GVectors::VDraw |
| Class used to draw VisualVectors. More... | |
| class | GVectors::VRemoveItemByAddress |
| Class used to remove items according their memory addresses. More... | |
| class | GVectors::GetMinMax |
| Class for getting minimum and maximum. More... | |
| class | GVectors::ForEachMinMax |
| Class for using GetMinMax with std::for_each(). More... | |
| class | GVectors::SyncLookup |
| Class used to synchronize the lookup map. More... | |
| class | GVectors::FindTopLevel |
| Finds the top level item serving as root for the given id. More... | |
| class | GVectors::CountItems |
| Counts the item stored in the vector store. More... | |
| class | GVectors::SaveItems |
| Writes items to disk using the given FileWriter. More... | |
1.4.7