#include <patch.h>
Public Member Functions | |
void | setFace (face *f_) |
face * | getFace (void) const |
virtual void | writeFlo (FILE *out, const bcList &bc)=0 |
virtual void | writeMblock (FILE *out, mblockData &d)=0 |
virtual void | writeTop (FILE *out, const bcListTop &d)=0 |
virtual bool | isExternal (void) const |
patch () | |
virtual | ~patch () |
Public Attributes | |
block * | src |
blockSpan | srcSpan |
Protected Member Functions | |
patch (face *f_, block *src_, const blockSpan &srcSpan_) | |
Private Attributes | |
face * | f |
|
inline |
Definition at line 82 of file patch.h.
References f.
Referenced by buildFaces().
|
virtual |
Reimplemented in externalBCpatch.
Definition at line 63 of file buildface.cpp.
Referenced by buildFaces(), and adjList::isExternal().
|
inline |
Definition at line 81 of file patch.h.
References f.
Referenced by face::buildPatches().
|
pure virtual |
Implemented in internalBCpatch, and externalBCpatch.
|
pure virtual |
Implemented in internalBCpatch, and externalBCpatch.
|
pure virtual |
Implemented in internalBCpatch, and externalBCpatch.
block* src |
Definition at line 78 of file patch.h.
Referenced by createSendPatch(), and internalBCpatch::writeFlo().
blockSpan srcSpan |
Definition at line 79 of file patch.h.
Referenced by face::buildPatches(), createSendPatch(), block::subBlock(), externalBCpatch::writeFlo(), internalBCpatch::writeFlo(), externalBCpatch::writeTop(), and internalBCpatch::writeTop().