![]() |
|
Public Member Functions | |
cuttingPlane (const primitiveMesh &, const plane &) | |
Construct from components: Mesh reference and plane. | |
const pointField & | points () const |
Return pointField of cutting points. | |
const faceList & | faces () const |
Return faceList of points in cells. | |
const labelList & | cells () const |
Return labelList of cut cells. | |
bool | cut () |
Return true or false to question: have any cells been cut? | |
template<class Type> | |
tmp< Field< Type > > | sample (const Field< Type > &) const |
Sample the cell field. | |
template<class Type> | |
tmp< Field< Type > > | sample (const tmp< Field< Type > > &) const |
void | operator= (const cuttingPlane &) |
|
Construct from components: Mesh reference and plane.
|
|
Return labelList of cut cells.
|
|
Return true or false to question: have any cells been cut?
|
|
Return faceList of points in cells.
|
|
|
|
Return pointField of cutting points.
|
|
|
|
Sample the cell field.
|