#include "hoover.h"

Data Structures | |
| struct | _hooverExtraContext |
| struct | _hooverThreadArg |
| union | _htpu |
Functions | |
| void | _hooverLearnLengths (double volHLen[3], double voxLen[3], hooverContext *ctx) |
| _hooverExtraContext * | _hooverExtraContextNew (hooverContext *ctx) |
| _hooverExtraContext * | _hooverExtraContextNix (_hooverExtraContext *ec) |
| void * | _hooverThreadBody (void *_arg) |
| int | hooverRender (hooverContext *ctx, int *errCodeP, int *errThreadP) |
| _hooverExtraContext* _hooverExtraContextNew | ( | hooverContext * | ctx | ) |
| _hooverExtraContext* _hooverExtraContextNix | ( | _hooverExtraContext * | ec | ) |
| void _hooverLearnLengths | ( | double | volHLen[3], | |
| double | voxLen[3], | |||
| hooverContext * | ctx | |||
| ) |
| void* _hooverThreadBody | ( | void * | _arg | ) |
| int hooverRender | ( | hooverContext * | ctx, | |
| int * | errCodeP, | |||
| int * | errThreadP | |||
| ) |
1.5.6