smntc
an in-memory multimodal graph database
Main Page
Data Structures
Files
File List
Globals
Loading...
Searching...
No Matches
src
Scene.h
Go to the documentation of this file.
1
#ifndef __SCENE_HEADER__
2
#define __SCENE_HEADER__
3
4
#include "
Graph.h
"
5
#include "
Colors.h
"
6
7
struct
Scene
{
8
unsigned
int
vertex
;
9
struct
Graph
*
graph
;
10
struct
Colors
*
colors
;
11
};
12
13
struct
Shape
Scene_addShape
(const struct
Scene
*
this
,
int
*error);
14
15
#endif
Colors.h
Graph.h
Scene_addShape
struct Shape Scene_addShape(const struct Scene *this, int *error)
Definition
Scene.c:7
Colors
Definition
Colors.c:13
Graph
Definition
Graph.c:20
Scene
Definition
Scene.h:7
Scene::vertex
unsigned int vertex
Definition
Scene.h:8
Scene::graph
struct Graph * graph
Definition
Scene.h:9
Scene::colors
struct Colors * colors
Definition
Scene.h:10
Shape
Definition
Shape.h:8
Generated by
1.10.0