refinementHistory::splitCell8 Class Reference
Collaboration diagram for refinementHistory::splitCell8:

Public Member Functions

 splitCell8 ()
 Construct null (parent = -1) More...
 
 splitCell8 (const label parent)
 Construct from parent. More...
 
 splitCell8 (Istream &is)
 Construct from Istream. More...
 
 splitCell8 (const splitCell8 &)
 Construct as deep copy. More...
 
void operator= (const splitCell8 &s)
 Copy operator since autoPtr otherwise 'steals' storage. More...
 
bool operator== (const splitCell8 &s) const
 
bool operator!= (const splitCell8 &s) const
 

Public Attributes

label parent_
 
autoPtr< FixedList< label, 8 > > addedCellsPtr_
 Cells this cell was refined into. More...
 

Friends

Istreamoperator>> (Istream &, splitCell8 &)
 
Ostreamoperator<< (Ostream &, const splitCell8 &)
 

Detailed Description

Definition at line 109 of file refinementHistory.H.

Constructor & Destructor Documentation

◆ splitCell8() [1/4]

Construct null (parent = -1)

Definition at line 108 of file refinementHistory.C.

Referenced by Foam::operator<<().

Here is the caller graph for this function:

◆ splitCell8() [2/4]

splitCell8 ( const label  parent)

Construct from parent.

Definition at line 115 of file refinementHistory.C.

◆ splitCell8() [3/4]

splitCell8 ( Istream is)

Construct from Istream.

Definition at line 122 of file refinementHistory.C.

◆ splitCell8() [4/4]

splitCell8 ( const splitCell8 sc)

Construct as deep copy.

Definition at line 128 of file refinementHistory.C.

Member Function Documentation

◆ operator=()

void operator= ( const splitCell8 s)

Copy operator since autoPtr otherwise 'steals' storage.

Assignment operator since autoPtr otherwise 'steals' storage.

Definition at line 142 of file refinementHistory.C.

References Foam::abort(), refinementHistory::splitCell8::addedCellsPtr_, Foam::FatalError, FatalErrorIn, and refinementHistory::splitCell8::parent_.

Here is the call graph for this function:

◆ operator==()

bool operator== ( const splitCell8 s) const

Definition at line 165 of file refinementHistory.C.

References refinementHistory::splitCell8::addedCellsPtr_, and refinementHistory::splitCell8::parent_.

Referenced by refinementHistory::splitCell8::operator!=().

Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const splitCell8 s) const

Definition at line 186 of file refinementHistory.C.

References refinementHistory::splitCell8::operator==().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator>>

Istream& operator>> ( Istream ,
splitCell8  
)
friend

◆ operator<<

Ostream& operator<< ( Ostream ,
const splitCell8  
)
friend

Member Data Documentation

◆ parent_

◆ addedCellsPtr_


The documentation for this class was generated from the following files: