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

#include <avl.h>

Public Attributes

struct avl_nodeavl_root
 
avl_comparison_funcavl_compare
 
void * avl_param
 
struct libavl_allocatoravl_alloc
 
size_t avl_count
 
unsigned long avl_generation
 

Detailed Description

Definition at line 66 of file avl.h.

Member Data Documentation

struct libavl_allocator* avl_table::avl_alloc

Definition at line 71 of file avl.h.

avl_comparison_func* avl_table::avl_compare

Definition at line 69 of file avl.h.

size_t avl_table::avl_count

Definition at line 72 of file avl.h.

unsigned long avl_table::avl_generation

Definition at line 73 of file avl.h.

void* avl_table::avl_param

Definition at line 70 of file avl.h.

struct avl_node* avl_table::avl_root

Definition at line 68 of file avl.h.


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