|
Overture
Version 25
|
#include "GridCollection.h"#include "display.h"#include "ParallelUtility.h"#include "ParentChildSiblingInfo.h"#include "LoadBalancer.h"#include "BoxLib.H"#include "Box.H"#include "BoxList.H"
Macros | |
| #define | REFERENCE(Type, x) ((Type&)x).reference(rcData->x) |
| #define | REF_ARRAY(Type, x) if (x.getDataPointer() != rcData->x.getDataPointer()) REFERENCE(Type, x) |
| #define | FOR_COLLECTION(X) |
Functions | |
| ostream & | operator<< (ostream &s, const GridCollection &g) |
| #define REF_ARRAY | ( | Type, | |
| x | |||
| ) | if (x.getDataPointer() != rcData->x.getDataPointer()) REFERENCE(Type, x) |
| ostream& operator<< | ( | ostream & | s, |
| const GridCollection & | g | ||
| ) |
1.8.3