Chombo + EB  3.2
Classes | Macros | Typedefs
KDStruct.H File Reference
#include "REAL.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for KDStruct.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _kdnode
 
struct  _resultnode
 
struct  _kdtree
 
struct  _kdres
 
struct  _linkedlistnode
 
struct  _linkedlisthead
 

Macros

#define KD_MAX_DIM   4
 

Typedefs

typedef struct _kdnode KDNode
 
typedef struct _resultnode ResultNode
 
typedef struct _kdtree KDTree
 
typedef struct _kdres KDResult
 
typedef struct _linkedlistnode LListNode
 
typedef struct _linkedlisthead ListHead
 

Macro Definition Documentation

◆ KD_MAX_DIM

#define KD_MAX_DIM   4

Typedef Documentation

◆ KDNode

typedef struct _kdnode KDNode

◆ ResultNode

typedef struct _resultnode ResultNode

◆ KDTree

typedef struct _kdtree KDTree

◆ KDResult

typedef struct _kdres KDResult

◆ LListNode

typedef struct _linkedlistnode LListNode

◆ ListHead

typedef struct _linkedlisthead ListHead