![]() |
|
Public Member Functions | |
polyTopoChange (const polyMesh &) | |
Construct from mesh reference. | |
~polyTopoChange () | |
label | setAction (const topoAction &action) |
Set topological action. | |
label | pointBalance () const |
Point balance (added - removed). | |
label | faceBalance () const |
Face balance (added - removed). | |
label | cellBalance () const |
Cell balance (added - removed). | |
const DynamicList< polyAddPoint > & | addedPoints () const |
Added points. | |
const DynamicList< polyModifyPoint > & | modifiedPoints () const |
Modified points. | |
const labelHashSet & | removedPoints () const |
Map of removed points. | |
const DynamicList< polyAddFace > & | addedFaces () const |
Added faces. | |
const DynamicList< polyModifyFace > & | modifiedFaces () const |
Modified faces. | |
const labelHashSet & | removedFaces () const |
Map of removed faces. | |
const DynamicList< polyAddCell > & | addedCells () const |
Added cells. | |
const DynamicList< polyModifyCell > & | modifiedCells () const |
Modified cells. | |
const labelHashSet & | removedCells () const |
Map of removed cells. | |
bool | check () const |
Check for consistency and report status. | |
void | clear () |
Clear all contents. | |
Static Public Attributes | |
int | debug |
|
Construct from mesh reference.
|
|
|
|
Added cells.
Definition at line 217 of file polyTopoChange.H. |
|
Added faces.
Definition at line 199 of file polyTopoChange.H. |
|
Added points.
Definition at line 181 of file polyTopoChange.H. |
|
Cell balance (added - removed).
Definition at line 175 of file polyTopoChange.H. |
|
Check for consistency and report status. Returns false for no error. |
|
Clear all contents.
|
|
Face balance (added - removed).
Definition at line 166 of file polyTopoChange.H. References Foam::label, HashTable::size(), and DynamicList::size(). |
Here is the call graph for this function:
|
Modified cells.
Definition at line 223 of file polyTopoChange.H. |
|
Modified faces.
Definition at line 205 of file polyTopoChange.H. |
|
Modified points.
Definition at line 187 of file polyTopoChange.H. |
|
Point balance (added - removed).
Definition at line 157 of file polyTopoChange.H. References Foam::label, HashTable::size(), and DynamicList::size(). |
Here is the call graph for this function:
|
Map of removed cells.
Definition at line 229 of file polyTopoChange.H. |
|
Map of removed faces.
Definition at line 211 of file polyTopoChange.H. |
|
Map of removed points.
Definition at line 193 of file polyTopoChange.H. |
|
Set topological action.
|
|
Definition at line 132 of file polyTopoChange.H. |