Parallel Plane Sweep  0.1
Shared memory multithreaded version of the plane sweep algorithm
Public Attributes | List of all members
avl_node Struct Reference

#include <avl.h>

Public Attributes

struct avl_nodeavl_link [2]
 
void * avl_data
 
signed char avl_balance
 

Detailed Description

Definition at line 77 of file avl.h.

Member Data Documentation

signed char avl_node::avl_balance

Definition at line 81 of file avl.h.

void* avl_node::avl_data

Definition at line 80 of file avl.h.

struct avl_node* avl_node::avl_link[2]

Definition at line 79 of file avl.h.


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