![]() |
|
Public Member Functions | |
ClassName ("surfacePatch") | |
Runtime type information. | |
surfacePatch () | |
Construct null. | |
surfacePatch (const word &geometricType, const word &name, const label size, const label start, const label index) | |
Construct from components. | |
surfacePatch (Istream &is, const label index) | |
Construct from Istream. | |
surfacePatch (const word &name, const dictionary &dict, const label index) | |
Construct from dictionary. | |
surfacePatch (const surfacePatch &) | |
Construct as copy. | |
label | start () const |
Return start label of this patch in the polyMesh face list. | |
label & | start () |
Return start label of this patch in the polyMesh face list. | |
label | size () const |
Return size of this patch in the polyMesh face list. | |
label & | size () |
Return size of this patch in the polyMesh face list. | |
void | write (Ostream &) const |
Write. | |
void | writeDict (Ostream &) const |
Write dictionary. | |
bool | operator!= (const surfacePatch &) const |
bool | operator== (const surfacePatch &) const |
compare. | |
Friends | |
Ostream & | operator<< (Ostream &, const surfacePatch &) |
|
Construct null.
|
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct from dictionary.
|
|
Construct as copy.
|
|
Runtime type information.
|
|
|
|
compare.
|
|
Return size of this patch in the polyMesh face list.
Definition at line 129 of file surfacePatch.H. |
|
Return size of this patch in the polyMesh face list.
Definition at line 123 of file surfacePatch.H. |
|
Return start label of this patch in the polyMesh face list.
Definition at line 117 of file surfacePatch.H. |
|
Return start label of this patch in the polyMesh face list.
Definition at line 111 of file surfacePatch.H. |
|
Write.
Reimplemented from geometricSurfacePatch. |
|
Write dictionary.
Reimplemented from geometricSurfacePatch. |
|
|