Overture  Version 25
Macros | Functions
GenericGridCollection.C File Reference
#include "GenericGridCollection.h"
#include "MappingRC.h"
#include "LoadBalancer.h"
Include dependency graph for GenericGridCollection.C:

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 GenericGridCollection &g)
 

Macro Definition Documentation

#define FOR_COLLECTION (   X)
Value:
for( i=0; i<X.getLength(); i++ ) \
X[i].master=this;
#define REF_ARRAY (   Type,
  x 
)    if (x.getDataPointer() != rcData->x.getDataPointer()) REFERENCE(Type, x)
#define REFERENCE (   Type,
  x 
)    ((Type&)x).reference(rcData->x)

Function Documentation

ostream& operator<< ( ostream &  s,
const GenericGridCollection g 
)