Public Member Functions | |
void | init (block *b) |
void | write (FILE *out, mblockData &d, block *b) |
void | swap (int &a, int &b) |
int | getPatchNumber (patch *forPatch, int *retFace=NULL) |
int | totalPatches (void) const |
Public Attributes | |
vector< patch * > | patches [block::nFaces] |
Definition at line 67 of file writemblock.cpp.
|
inline |
Definition at line 76 of file writemblock.cpp.
References block::nFaces, and patches.
Referenced by mblockData::getPatchListWith().
|
inline |
Definition at line 70 of file writemblock.cpp.
References block::getFace(), face::getPatches(), block::nFaces, and patches.
|
inline |
Definition at line 75 of file writemblock.cpp.
|
inline |
Definition at line 92 of file writemblock.cpp.
References block::nFaces, and patches.
Referenced by write().
void write | ( | FILE * | out, |
mblockData & | d, | ||
block * | b | ||
) |
Definition at line 168 of file writemblock.cpp.
References block::getBlockNumber(), block::getDim(), block::nFaces, patches, totalPatches(), and writeMblock().
Referenced by mblockData::write().
vector<patch *> patches[block::nFaces] |
Definition at line 69 of file writemblock.cpp.
Referenced by mblockData::getPatchListWith(), getPatchNumber(), init(), totalPatches(), and write().