Container with cells to refine. Refinement given as single direction. More...
Public Member Functions | |
| refineCell () | |
| Default construct. More... | |
| refineCell (const label celli, const vector &direction) | |
| From components. Vector will be normalized upon construction. More... | |
| refineCell (Istream &is) | |
| From Istream. Vector will be normalized upon construction. More... | |
| label | cellNo () const |
| const vector & | direction () const |
Friends | |
| bool | operator== (const refineCell &rc1, const refineCell &rc2) |
| bool | operator!= (const refineCell &rc1, const refineCell &rc2) |
| Ostream & | operator<< (Ostream &, const refineCell &) |
Container with cells to refine. Refinement given as single direction.
Definition at line 56 of file refineCell.H.
| refineCell | ( | ) |
Default construct.
Definition at line 33 of file refineCell.C.
| refineCell | ( | const label | celli, |
| const vector & | direction | ||
| ) |
From components. Vector will be normalized upon construction.
Definition at line 40 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::mag().
|
explicit |
From Istream. Vector will be normalized upon construction.
Definition at line 61 of file refineCell.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::mag().
|
inline |
Definition at line 83 of file refineCell.H.
Referenced by Foam::operator<<(), refinementIterator::setRefinement(), and edgeVertex::updateLabels().
Definition at line 88 of file refineCell.H.
Referenced by Foam::operator<<(), refinementIterator::setRefinement(), and edgeVertex::updateLabels().
|
friend |
Definition at line 97 of file refineCell.H.
|
friend |
Definition at line 106 of file refineCell.H.
|
friend |