Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include "DAGHDefaults.h"
#include "BucketType.h"
#include "BBox.h"
#include "Coords.h"
#include "ObjectCounter.h"
#include <iostream.h>
#include <fstream.h>
#include "streams_CompConf.h"
Include dependency graph for BBoxList.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | BBoxList |
Class BBoxList implements a linked list of BBox. More... | |
Defines | |
#define | BBoxListNULL ((BBoxList *) NULL) |
Typedefs | |
typedef Bucket< BBox > | Bucket_BBox |
Functions | |
ostream & | operator<< (ostream &, const BBoxList &) |
ofstream & | operator<< (ofstream &, const BBoxList &) |
ifstream & | operator>> (ifstream &, BBoxList &) |
BBox * | first (BBoxList &bbl) |
BBox * | next (BBoxList &bbl) |
BBox * | prev (BBoxList &bbl) |
BBox * | current (BBoxList &bbl) |
BBox * | last (BBoxList &bbl) |
void | add (BBoxList &bbl, BBox const &bb) |
void | insert (BBoxList &bbl, BBox const &bb) |
void | remove (BBoxList &bbl) |
int | number (BBoxList const &bbl) |
int | isempty (BBoxList const &bbl) |
void | empty (BBoxList &bbl) |
Definition in file BBoxList.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04