amr3b.cpp File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "amr3t.h"
#include "amr3b.h"

Include dependency graph for amr3b.cpp:

Go to the source code of this file.

Functions

void * PFSRtreeCreate (void)
void PFSRtreeDestroy (void *r)
void PFSRtreeInsert (void *r, void *info, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void PFSRtreeDelete (void *r, void *info, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void PFSRtreeInitTraverse (void *r)
void * PFSRtreeTraverse (void *r, double *xmin, double *xmax, double *ymin, double *ymax, double *zmin, double *zmax)
void PFSRtreeInitSearchBox (void *r, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void * PFSRtreeSearchBox (void *r, double *xmin, double *xmax, double *ymin, double *ymax, double *zmin, double *zmax)


Function Documentation

void* PFSRtreeCreate ( void   ) 

Definition at line 14 of file amr3b.cpp.

Referenced by pfsRInitSurf().

Here is the caller graph for this function:

void PFSRtreeDelete ( void *  r,
void *  info,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
)

Definition at line 43 of file amr3b.cpp.

void PFSRtreeDestroy ( void *  r  ) 

Definition at line 22 of file amr3b.cpp.

Referenced by pfsDelElemList().

Here is the caller graph for this function:

void PFSRtreeInitSearchBox ( void *  r,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
)

Definition at line 84 of file amr3b.cpp.

Referenced by pfsRItrFirst3dElem(), and pfsRItrFirstParElem().

Here is the caller graph for this function:

void PFSRtreeInitTraverse ( void *  r  ) 

Definition at line 58 of file amr3b.cpp.

Referenced by pfsBuildNodeAdj(), pfsComputeElemParBoundBoxes(), pfsDelElemList(), pfsFindRefElem(), and pfsRItrFirstElem().

Here is the caller graph for this function:

void PFSRtreeInsert ( void *  r,
void *  info,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
)

Definition at line 28 of file amr3b.cpp.

Referenced by pfsElem3dBoundBox(), and pfsElemParBoundBox().

Here is the caller graph for this function:

void* PFSRtreeSearchBox ( void *  r,
double *  xmin,
double *  xmax,
double *  ymin,
double *  ymax,
double *  zmin,
double *  zmax 
)

Definition at line 96 of file amr3b.cpp.

Referenced by pfsRItrFirst3dElem(), pfsRItrFirstParElem(), pfsRItrNext3dElem(), and pfsRItrNextParElem().

Here is the caller graph for this function:

void* PFSRtreeTraverse ( void *  r,
double *  xmin,
double *  xmax,
double *  ymin,
double *  ymax,
double *  zmin,
double *  zmax 
)

Definition at line 64 of file amr3b.cpp.

Referenced by pfsBuildNodeAdj(), pfsComputeElemParBoundBoxes(), pfsDelElemList(), pfsFindRefElem(), pfsRItrFirstElem(), and pfsRItrNextElem().

Here is the caller graph for this function:


Generated on Tue Oct 23 11:23:32 2007 for Relax by  doxygen 1.5.3