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