![]() |
smntc
an in-memory multimodal graph database
|
#include <stdlib.h>#include "errors.h"#include "Graph.h"#include "Binary.h"#include "Colors.h"#include "Scene.h"
Include dependency graph for Visual.c:Go to the source code of this file.
Data Structures | |
| struct | Visual |
Macros | |
| #define | CLUSTER_LENGTH 2 |
Functions | |
| struct Visual * | Visual_construct (unsigned int modality, struct Graph *graph, int *error) |
| struct Visual * | Visual_destruct (struct Visual *this) |
| struct Scene | Visual_addScene (struct Visual *this, int *error) |