#include <refinementHistory.H>

Public Member Functions | |
| splitCell8 () | |
| Default construct (parent = -1). | |
| splitCell8 (const label parent) | |
| Construct from parent. | |
| splitCell8 (Istream &is) | |
| Construct from Istream. | |
| splitCell8 (const splitCell8 &rhs) | |
| Construct as deep copy. | |
| void | operator= (const splitCell8 &rhs) |
| Copy assignment (no autoPtr stealing). | |
| 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. | |
Friends | |
| Istream & | operator>> (Istream &, refinementHistory::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.
References addedCellsPtr_, and parent_.
Referenced by operator!=(), operator<<, operator=(), operator==(), operator>>, splitCell8(), and splitCell8().

| splitCell8 | ( | const label | parent | ) |
Construct from parent.
Definition at line 125 of file refinementHistory.C.
References addedCellsPtr_, and parent_.
| splitCell8 | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 132 of file refinementHistory.C.
References splitCell8().

| splitCell8 | ( | const splitCell8 & | rhs | ) |
Construct as deep copy.
Definition at line 140 of file refinementHistory.C.
References addedCellsPtr_, refinementHistory::clone(), parent_, Foam::rhs(), and splitCell8().

| void operator= | ( | const splitCell8 & | rhs | ) |
Copy assignment (no autoPtr stealing).
Definition at line 149 of file refinementHistory.C.
References addedCellsPtr_, parent_, Foam::rhs(), and splitCell8().

| bool operator== | ( | const splitCell8 & | rhs | ) | const |
Definition at line 163 of file refinementHistory.C.
References addedCellsPtr_, parent_, Foam::rhs(), and splitCell8().

| bool operator!= | ( | const splitCell8 & | rhs | ) | const |
Definition at line 186 of file refinementHistory.C.
References Foam::operator==(), Foam::rhs(), and splitCell8().

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