Image Demosaicking with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
edgeliststruct Struct Reference

A linked-list of edges. More...

#include <edge.h>

Collaboration diagram for edgeliststruct:
Collaboration graph
[legend]

Data Fields

edgeHead
 
edgeTail
 
int NumEdges
 

Detailed Description

A linked-list of edges.

Definition at line 29 of file edge.h.

Field Documentation

edge* edgeliststruct::Head

Pointer to list head

Definition at line 31 of file edge.h.

int edgeliststruct::NumEdges

Number of edges in the list

Definition at line 33 of file edge.h.

edge* edgeliststruct::Tail

Pointer to list tail

Definition at line 32 of file edge.h.


The documentation for this struct was generated from the following file: