#include <deque>
#include <assert.h>
#include "GraphTypes.h"
#include "GraphData.h"
#include "AttributeBlob_fwd.h"
Go to the source code of this file.
Namespaces | |
namespace | VGServer |
Classes | |
class | VGServer::ChangeFrame |
ChangeFrame contains a list of changes made to the graph within one time slot. More... | |
struct | VGServer::ChangeFrame::ChangeEntry |
struct used as entries in the sequence of changes More... | |
class | VGServer::ChangeTimeline |
ChangeTimeline models the functions to manage two Changelist snapshots: one of the initial frame and one including all ChangeFrames merged to support queries for the final state. More... |