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