![]() |
|
Public Member Functions | |
TypeName ("faceSet") | |
Runtime type information. | |
faceSet (const IOobject &obj) | |
Construct from IOobject. | |
faceSet (const polyMesh &mesh, const word &name, readOption r=MUST_READ, writeOption w=NO_WRITE) | |
Construct from objectRegistry and name. | |
faceSet (const polyMesh &mesh, const word &name, const label, writeOption w=NO_WRITE) | |
Construct from additional size of labelHashSet. | |
faceSet (const polyMesh &mesh, const word &name, const labelHashSet &, writeOption w=NO_WRITE) | |
Construct from additional labelHashSet. | |
virtual | ~faceSet () |
virtual void | sync (const polyMesh &mesh) |
Sync faceSet across coupled patches. | |
virtual label | maxSize (const polyMesh &mesh) const |
Return max index+1. | |
virtual void | updateMesh (const mapPolyMesh &morphMap) |
Update any stored data for new labels. | |
virtual void | writeDebug (Ostream &os, const primitiveMesh &, const label maxLen) const |
Write maxLen items with label and coordinates. |
|
Construct from IOobject.
|
|
Construct from objectRegistry and name.
|
|
Construct from additional size of labelHashSet.
|
|
Construct from additional labelHashSet.
|
|
|
|
Return max index+1.
Reimplemented from topoSet. |
|
Sync faceSet across coupled patches.
Reimplemented from topoSet. |
|
Runtime type information.
|
|
Update any stored data for new labels.
Reimplemented from topoSet. |
|
Write maxLen items with label and coordinates. virtual void updateMesh(const directPolyTopoChange& meshMod); Reimplemented from topoSet. |