![]() |
|
Public Member Functions | |
pyramidEdge () | |
Construct null. | |
pyramidEdge (const label vertexLabel, const label cellLabel) | |
Construct from components. | |
label | vertexLabel () const |
label | cellLabel () const |
template<class T> | |
T | interpolate (const Field< T > &cellField, const Field< T > &vertField, const scalar weight) const |
point | coord (const primitiveMesh &mesh, const scalar weight) const |
bool | operator== (const pyramidEdge &pe) const |
Friends | |
Ostream & | operator<< (Ostream &os, const pyramidEdge &pe) |
|
Construct null.
Definition at line 108 of file pyramidEdge.H. References Foam::label. |
|
Construct from components.
Definition at line 116 of file pyramidEdge.H. |
|
Definition at line 132 of file pyramidEdge.H. Referenced by pyramidEdge::coord(). |
|
Definition at line 151 of file pyramidEdge.H. References pyramidEdge::cellLabel(), and pyramidEdge::vertexLabel(). |
Here is the call graph for this function:
|
Definition at line 139 of file pyramidEdge.H. |
|
Definition at line 159 of file pyramidEdge.H. References pyramidEdge::cellLabel_, and pyramidEdge::vertexLabel_. |
|
Definition at line 127 of file pyramidEdge.H. Referenced by pyramidEdge::coord(). |
|
Definition at line 169 of file pyramidEdge.H. |