![]() |
|
Public Member Functions | |
boundaryPatch (const word &name, const label index, const label size, const label start, const word &physicalType=word::null) | |
Construct from components. | |
boundaryPatch (Istream &, const label index) | |
Construct from Istream. | |
boundaryPatch (const word &name, const dictionary &dict, const label index) | |
Construct from dictionary. | |
boundaryPatch (const boundaryPatch &) | |
Construct as copy. | |
autoPtr< boundaryPatch > | clone () const |
Clone. | |
~boundaryPatch () | |
label | size () const |
label & | size () |
label | start () const |
label & | start () |
void | write (Ostream &) const |
Write. | |
void | writeDict (Ostream &) const |
Write dictionary. | |
Friends | |
Ostream & | operator<< (Ostream &, const boundaryPatch &) |
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct from dictionary.
|
|
Construct as copy.
|
|
|
|
Clone.
|
|
Definition at line 115 of file boundaryPatch.H. |
|
Definition at line 110 of file boundaryPatch.H. |
|
Definition at line 125 of file boundaryPatch.H. |
|
Definition at line 120 of file boundaryPatch.H. |
|
Write.
Reimplemented from patchIdentifier. |
|
Write dictionary.
Reimplemented from patchIdentifier. |
|
|