AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

BBoxList.h File Reference

BBoxList implements a linked list of BBox. More...

#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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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< BBoxBucket_BBox

Functions

ostream & operator<< (ostream &, const BBoxList &)
ofstream & operator<< (ofstream &, const BBoxList &)
ifstream & operator>> (ifstream &, BBoxList &)
BBoxfirst (BBoxList &bbl)
BBoxnext (BBoxList &bbl)
BBoxprev (BBoxList &bbl)
BBoxcurrent (BBoxList &bbl)
BBoxlast (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)


Detailed Description

BBoxList implements a linked list of BBox.

Author:
Manish Parashar

Definition in file BBoxList.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04