Timothy  0.9
Tissue Modelling Framework
 All Data Structures Files Functions Variables Typedefs Macros
bht_node Struct Reference

#include <global.h>

Collaboration diagram for bht_node:

Data Fields

double len
 
double center [3]
 
int partnum
 
struct bht_nodefather
 
struct bht_nodechild [8]
 
unsigned char leaf
 
unsigned char isempty
 

Detailed Description

Definition at line 278 of file global.h.

Field Documentation

double center[3]

Definition at line 280 of file global.h.

struct bht_node* child[8]

Definition at line 283 of file global.h.

struct bht_node* father

Definition at line 282 of file global.h.

unsigned char isempty

Definition at line 285 of file global.h.

unsigned char leaf

Definition at line 284 of file global.h.

double len

Definition at line 279 of file global.h.

int partnum

Definition at line 281 of file global.h.


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