smntc
an in-memory multimodal graph database
Main Page
Data Structures
Files
File List
Globals
Loading...
Searching...
No Matches
src
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
8
struct
Shape
{
9
unsigned
int
vertex
;
10
struct
Graph
*
graph
;
11
struct
Colord *
colors
;
12
};
13
14
struct
Frame
Shape_addFrame
(struct
Shape
*
this
,
int
*error);
15
16
#endif
Colors.h
Graph.h
Pixel.h
Shape_addFrame
struct Frame Shape_addFrame(struct Shape *this, int *error)
Frame
Definition
Frame.h:6
Graph
Definition
Graph.c:20
Shape
Definition
Shape.h:8
Shape::colors
struct Colord * colors
Definition
Shape.h:11
Shape::graph
struct Graph * graph
Definition
Shape.h:10
Shape::vertex
unsigned int vertex
Definition
Shape.h:9
Generated by
1.10.0