smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Shape.h
Go to the documentation of this file.
1#ifndef __SHAPE_HEADER__
2#define __SHAPE_HEADER__
3
4#include "Graph.h"
5#include "Colors.h"
6#include "Pixel.h"
7
8struct Shape {
9 unsigned int vertex;
10 struct Graph *graph;
11 struct Colord *colors;
12};
13
14struct Frame Shape_addFrame(struct Shape *this, int *error);
15
16#endif
struct Frame Shape_addFrame(struct Shape *this, int *error)
Definition Frame.h:6
Definition Graph.c:20
Definition Shape.h:8
struct Colord * colors
Definition Shape.h:11
struct Graph * graph
Definition Shape.h:10
unsigned int vertex
Definition Shape.h:9