Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <BBoxList.h>
Inheritance diagram for BBoxList:
Public Methods | |
BBoxList () | |
BBoxList (unsigned const maxnum, const int dumarg) | |
BBoxList (void const *package, unsigned const size, const int n) | |
BBoxList (BBoxList const &other) | |
BBoxList & | operator= (const BBoxList &) |
~BBoxList (void) | |
int | number () const |
int | isempty () const |
void | empty (void) |
int | difference (BBoxList &bbl, const BBox &lhs, const BBox &rhs) |
int | intersection (BBoxList &bbl, const BBox &lhs, const BBox &rhs) |
void | operator-= (const BBoxList &rhs) |
void | operator-= (const BBox &rhs) |
void | operator *= (const BBoxList &rhs) |
void | operator *= (const BBox &rhs) |
void | mergeboxes (const short *olap) |
void | combine (const BBoxList &rhs) |
BBox | reduce () |
BBox * | add () |
BBox * | add (BBox const &bb) |
BBox * | insert (BBox const &bb) |
void | remove (void) |
void | split (BBoxList &bbl) |
Friends | |
class | BBox |
ostream & | operator<< (ostream &s, const BBoxList &bbl) |
ofstream & | operator<< (ofstream &s, const BBoxList &bbl) |
ifstream & | operator>> (ifstream &s, BBoxList &bbl) |
strstream & | operator<< (strstream &s, const BBoxList &bbl) |
strstream & | operator>> (strstream &s, BBoxList &bbl) |
Routines for to manipulate this list are provided.
Definition at line 37 of file BBoxList.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04