treeDataFace Class Reference

Encapsulation of data needed to search for faces. More...

Classes

class  findIntersectOp
 
class  findNearestOp
 

Public Member Functions

 ClassName ("treeDataFace")
 
 treeDataFace (const bool cacheBb, const primitiveMesh &mesh, const labelUList &faceLabels)
 Construct from mesh, copying subset of faces. More...
 
 treeDataFace (const bool cacheBb, const primitiveMesh &mesh, labelList &&faceLabels)
 Construct from mesh, moving subset of faces. More...
 
 treeDataFace (const bool cacheBb, const primitiveMesh &mesh)
 Construct from mesh. Uses all faces in mesh. More...
 
 treeDataFace (const bool cacheBb, const polyPatch &patch)
 Construct from mesh. Uses all faces in patch. More...
 
const labelListfaceLabels () const
 
const primitiveMeshmesh () const
 
label size () const
 
pointField shapePoints () const
 
volumeType getVolumeType (const indexedOctree< treeDataFace > &, const point &) const
 Get type (inside,outside,mixed,unknown) of point w.r.t. surface. More...
 
bool overlaps (const label index, const treeBoundBox &sampleBb) const
 Does (bb of) shape at index overlap bb. More...
 

Detailed Description

Encapsulation of data needed to search for faces.

Source files

Definition at line 59 of file treeDataFace.H.

Constructor & Destructor Documentation

◆ treeDataFace() [1/4]

treeDataFace ( const bool  cacheBb,
const primitiveMesh mesh,
const labelUList faceLabels 
)

Construct from mesh, copying subset of faces.

Definition at line 70 of file treeDataFace.C.

References update().

Here is the call graph for this function:

◆ treeDataFace() [2/4]

treeDataFace ( const bool  cacheBb,
const primitiveMesh mesh,
labelList &&  faceLabels 
)

Construct from mesh, moving subset of faces.

Definition at line 86 of file treeDataFace.C.

References update().

Here is the call graph for this function:

◆ treeDataFace() [3/4]

treeDataFace ( const bool  cacheBb,
const primitiveMesh mesh 
)

Construct from mesh. Uses all faces in mesh.

Definition at line 102 of file treeDataFace.C.

References update().

Here is the call graph for this function:

◆ treeDataFace() [4/4]

treeDataFace ( const bool  cacheBb,
const polyPatch patch 
)

Construct from mesh. Uses all faces in patch.

Definition at line 117 of file treeDataFace.C.

References update().

Here is the call graph for this function:

Member Function Documentation

◆ ClassName()

ClassName ( "treeDataFace"  )

◆ faceLabels()

const labelList& faceLabels ( ) const
inline

Definition at line 179 of file treeDataFace.H.

Referenced by meshSearch::findNearestBoundaryFace(), and treeDataFace::findNearestOp::operator()().

Here is the caller graph for this function:

◆ mesh()

const primitiveMesh& mesh ( ) const
inline

Definition at line 184 of file treeDataFace.H.

Referenced by treeDataFace::findNearestOp::operator()().

Here is the caller graph for this function:

◆ size()

label size ( ) const
inline

Definition at line 189 of file treeDataFace.H.

◆ shapePoints()

Foam::pointField shapePoints ( ) const

Representative point cloud for all shapes inside (one point per shape)

Definition at line 151 of file treeDataFace.C.

References forAll.

◆ getVolumeType()

Foam::volumeType getVolumeType ( const indexedOctree< treeDataFace > &  oc,
const point sample 
) const

Get type (inside,outside,mixed,unknown) of point w.r.t. surface.

Only makes sense for closed surfaces.

Definition at line 165 of file treeDataFace.C.

References Foam::abort(), Foam::fieldTypes::area, Foam::expressions::patchExpr::debug, Foam::constant::electromagnetic::e, Foam::endl(), f(), Foam::FatalError, FatalErrorInFunction, forAll, indexedOctree< Type >::getSide(), PointHit< PointType >::hit(), PointIndexHit< PointType >::index(), Foam::mag(), Foam::magSqr(), line< Point, PointRef >::nearestDist(), Foam::normalised(), pFaces, points, Foam::Pout, PointHit< PointType >::rawPoint(), Foam::sqr(), volumeType::UNKNOWN, and Foam::Zero.

Here is the call graph for this function:

◆ overlaps()

bool overlaps ( const label  index,
const treeBoundBox sampleBb 
) const

Does (bb of) shape at index overlap bb.

Definition at line 411 of file treeDataFace.C.

References boundBox::containsAny(), f(), forAll, triangleFuncs::intersectBb(), treeBoundBox::overlaps(), and points.

Here is the call graph for this function:

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