smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
Visual.c File Reference
#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 VisualVisual_construct (unsigned int modality, struct Graph *graph, int *error)
 
struct VisualVisual_destruct (struct Visual *this)
 
struct Scene Visual_addScene (struct Visual *this, int *error)
 

Macro Definition Documentation

◆ CLUSTER_LENGTH

#define CLUSTER_LENGTH   2

Definition at line 8 of file Visual.c.

Function Documentation

◆ Visual_addScene()

struct Scene Visual_addScene ( struct Visual this,
int *  error 
)

Definition at line 93 of file Visual.c.

+ Here is the call graph for this function:

◆ Visual_construct()

struct Visual * Visual_construct ( unsigned int  modality,
struct Graph graph,
int *  error 
)

Definition at line 17 of file Visual.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Visual_destruct()

struct Visual * Visual_destruct ( struct Visual this)

Definition at line 83 of file Visual.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: