#include <patch.h>
Public Member Functions | |
virtual void | writeFlo (FILE *out, const bcList &bc) |
virtual void | writeMblock (FILE *out, mblockData &d) |
virtual void | writeTop (FILE *out, const bcListTop &d) |
virtual bool | isExternal (void) const |
externalBCpatch () | |
externalBCpatch (face *f_, block *src_, const blockSpan &srcSpan_, int bcNo_) | |
Public Member Functions inherited from patch | |
void | setFace (face *f_) |
face * | getFace (void) const |
patch () | |
virtual | ~patch () |
Public Attributes | |
int | bcNo |
Public Attributes inherited from patch | |
block * | src |
blockSpan | srcSpan |
Friends | |
class | block |
Additional Inherited Members | |
Protected Member Functions inherited from patch | |
patch (face *f_, block *src_, const blockSpan &srcSpan_) | |
|
inline |
|
inline |
|
virtual |
|
virtual |
Implements patch.
Definition at line 170 of file writeflo.cpp.
References bcNo, getSpan(), bcList::lookup(), and patch::srcSpan.
|
virtual |
Implements patch.
Definition at line 194 of file writemblock.cpp.
References printSpan().
|
virtual |
Implements patch.
Definition at line 193 of file writetop.cpp.
References bcNo, bcRecTop::isCoupled, bcListTop::lookup(), bcRecTop::outNo, patch::srcSpan, write5(), writePatchEnd(), writePatchMiddle(), writePatchStart(), and writeSpan().
int bcNo |
Definition at line 104 of file patch.h.
Referenced by block::subBlock(), writeFlo(), and writeTop().