treeDataEdge Class Reference

Holds data for octree to work on an edges subset. More...

Classes

class  findIntersectOp
 
class  findNearestOp
 

Public Member Functions

 ClassName ("treeDataEdge")
 
 treeDataEdge (const bool cacheBb, const edgeList &edges, const pointField &points, const labelUList &edgeLabels)
 Construct from selected edges. !Holds references to edges and points. More...
 
 treeDataEdge (const bool cacheBb, const edgeList &edges, const pointField &points, labelList &&edgeLabels)
 Construct from selected edges, transferring contents. More...
 
const edgeListedges () const
 
const pointFieldpoints () const
 
const labelListedgeLabels () const
 
label size () const
 
pointField shapePoints () const
 Get representative point cloud for all shapes inside. More...
 
volumeType getVolumeType (const indexedOctree< treeDataEdge > &, 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...
 
bool overlaps (const label index, const point &centre, const scalar radiusSqr) const
 Does (bb of) shape at index overlap bb. More...
 

Detailed Description

Holds data for octree to work on an edges subset.

Source files

Definition at line 53 of file treeDataEdge.H.

Constructor & Destructor Documentation

◆ treeDataEdge() [1/2]

treeDataEdge ( const bool  cacheBb,
const edgeList edges,
const pointField points,
const labelUList edgeLabels 
)

Construct from selected edges. !Holds references to edges and points.

Definition at line 66 of file treeDataEdge.C.

◆ treeDataEdge() [2/2]

treeDataEdge ( const bool  cacheBb,
const edgeList edges,
const pointField points,
labelList &&  edgeLabels 
)

Construct from selected edges, transferring contents.

!Holds references to edges and points

Definition at line 83 of file treeDataEdge.C.

References treeDataEdge::findNearestOp::findNearestOp().

Here is the call graph for this function:

Member Function Documentation

◆ ClassName()

ClassName ( "treeDataEdge"  )

◆ edges()

const edgeList& edges ( ) const
inline

Definition at line 169 of file treeDataEdge.H.

Referenced by refinementFeatures::findNearestRegionEdge(), and treeDataEdge::findNearestOp::operator()().

Here is the caller graph for this function:

◆ points()

const pointField& points ( ) const
inline

Definition at line 174 of file treeDataEdge.H.

Referenced by refinementFeatures::findNearestRegionEdge(), and treeDataEdge::findNearestOp::operator()().

Here is the caller graph for this function:

◆ edgeLabels()

const labelList& edgeLabels ( ) const
inline

Definition at line 179 of file treeDataEdge.H.

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

Here is the caller graph for this function:

◆ size()

label size ( ) const
inline

Definition at line 184 of file treeDataEdge.H.

References treeDataEdge::getVolumeType(), treeDataEdge::overlaps(), treeDataEdge::shapePoints(), and List< T >::size().

Here is the call graph for this function:

◆ shapePoints()

Foam::pointField shapePoints ( ) const

Get representative point cloud for all shapes inside.

(one point per shape)

Definition at line 117 of file treeDataEdge.C.

References edge::centre(), forAll, and treeDataEdge::getVolumeType().

Referenced by treeDataEdge::size().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getVolumeType()

Foam::volumeType getVolumeType ( const indexedOctree< treeDataEdge > &  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 132 of file treeDataEdge.C.

References treeDataEdge::overlaps(), and volumeType::unknown.

Referenced by treeDataEdge::shapePoints(), and treeDataEdge::size().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ overlaps() [1/2]

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

Does (bb of) shape at index overlap bb.

Definition at line 142 of file treeDataEdge.C.

References edge::end(), treeBoundBox::intersects(), and edge::start().

Referenced by treeDataEdge::getVolumeType(), and treeDataEdge::size().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ overlaps() [2/2]

bool overlaps ( const label  index,
const point centre,
const scalar  radiusSqr 
) const

Does (bb of) shape at index overlap bb.

Definition at line 159 of file treeDataEdge.C.

References PointHit< Point >::distance(), edge::line(), line< Point, PointRef >::nearestDist(), and Foam::sqr().

Here is the call graph for this function:

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