
Public Member Functions | |
| splitCell8 () | |
| Default construct (parent = -1) More... | |
| splitCell8 (const label parent) | |
| Construct from parent. More... | |
| splitCell8 (Istream &is) | |
| Construct from Istream. More... | |
| splitCell8 (const splitCell8 &rhs) | |
| Construct as deep copy. More... | |
| void | operator= (const splitCell8 &rhs) |
| Copy assignment (no autoPtr stealing) More... | |
| bool | operator== (const splitCell8 &rhs) const |
| bool | operator!= (const splitCell8 &rhs) const |
Public Attributes | |
| label | parent_ |
| autoPtr< FixedList< label, 8 > > | addedCellsPtr_ |
| Cells this cell was refined into. More... | |
Friends | |
| Istream & | operator>> (Istream &, splitCell8 &) |
| Ostream & | operator<< (Ostream &, const splitCell8 &) |
Definition at line 104 of file refinementHistory.H.
| splitCell8 | ( | ) |
Default construct (parent = -1)
Definition at line 118 of file refinementHistory.C.
| splitCell8 | ( | const label | parent | ) |
Construct from parent.
Definition at line 125 of file refinementHistory.C.
| splitCell8 | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 132 of file refinementHistory.C.
| splitCell8 | ( | const splitCell8 & | rhs | ) |
Construct as deep copy.
Definition at line 140 of file refinementHistory.C.
| void operator= | ( | const splitCell8 & | rhs | ) |
Copy assignment (no autoPtr stealing)
Definition at line 149 of file refinementHistory.C.
References refinementHistory::splitCell8::addedCellsPtr_, and refinementHistory::splitCell8::parent_.
| bool operator== | ( | const splitCell8 & | rhs | ) | const |
Definition at line 164 of file refinementHistory.C.
| bool operator!= | ( | const splitCell8 & | rhs | ) | const |
Definition at line 187 of file refinementHistory.C.
References Foam::operator==().

|
friend |
|
friend |
| label parent_ |
Definition at line 111 of file refinementHistory.H.
Referenced by refinementHistory::splitCell8::operator=(), Foam::operator>>(), and refinementHistory::refinementHistory().
Cells this cell was refined into.
Definition at line 116 of file refinementHistory.H.
Referenced by refinementHistory::combineCells(), refinementHistory::splitCell8::operator=(), Foam::operator>>(), and refinementHistory::refinementHistory().