Base class for classes which manage incomplete sets of face data. More...


Public Member Functions | |
| faceData (const polyMesh &mesh, const label nActiveCuts, const scalarField &pointXs, const scalarField &cutXs) | |
| void | clear (const label cuti) |
Protected Member Functions | |
| label | activeCuti (const label cuti) const |
Protected Attributes | |
| const cellList & | cells_ |
| const cellEdgeAddressingList & | cAddrs_ |
| const scalarField & | cellVolumes_ |
| const faceList & | faces_ |
| const vectorField & | faceAreas_ |
| const pointField & | faceCentres_ |
| const pointField & | points_ |
| const scalarField & | pointXs_ |
| const scalarField & | cutXs_ |
| PtrList< DynamicList< label > > | faceis_ |
| PtrList< boolList > | haveFaces_ |
Base class for classes which manage incomplete sets of face data.
Definition at line 73 of file cellCutPlot.C.
|
inline |
Definition at line 106 of file cellCutPlot.C.
References faceData::faceis_, forAll, faceData::haveFaces_, mesh, and primitiveMesh::nFaces().

Definition at line 99 of file cellCutPlot.C.
References faceData::faceis_.
Referenced by faceCutData::cache(), faceFsData::cache(), faceData::clear(), faceCutData::faceCutAreas(), faceFsData::faceCutFs(), faceCutData::faceCuts(), faceFsData::faceFs(), and faceFsData::pointFs().

|
inline |
Definition at line 133 of file cellCutPlot.C.
References faceData::activeCuti(), faceData::faceis_, and faceData::haveFaces_.
Referenced by Foam::cellCutPlot::calcInterpolatingWeights(), and Foam::cellCutPlot::calcNonInterpolatingWeights().


|
protected |
Definition at line 77 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 79 of file cellCutPlot.C.
|
protected |
Definition at line 81 of file cellCutPlot.C.
|
protected |
Definition at line 83 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 85 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 87 of file cellCutPlot.C.
|
protected |
Definition at line 89 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 91 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 93 of file cellCutPlot.C.
Referenced by faceCutData::cache(), and faceFsData::cache().
|
protected |
Definition at line 95 of file cellCutPlot.C.
Referenced by faceData::activeCuti(), faceCutData::cache(), faceFsData::cache(), faceData::clear(), faceCutData::faceCutData(), faceData::faceData(), and faceFsData::faceFsData().
Definition at line 97 of file cellCutPlot.C.
Referenced by faceCutData::cache(), faceFsData::cache(), faceData::clear(), and faceData::faceData().