39 return srcPointPoints_;
46 return tgtPointPoints_;
53 return pointSrcPoints_;
60 return pointTgtPoints_;
67 return srcEdgePoints_;
74 return tgtEdgePoints_;
81 return pointSrcEdges_;
88 return pointTgtEdges_;
95 return pointSrcFaces_;
102 return pointTgtFaces_;
115 return srcFaceFaces_;
122 return tgtFaceFaces_;
129 return faceSrcFaces_;
136 return faceTgtFaces_;
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
const DynamicList< label > & pointSrcFaces() const
The intersection points' source faces, or -1 if the point.
const DynamicList< label > & pointSrcPoints() const
The intersection points' corresponding source points, or -1.
const DynamicList< label > & faceSrcFaces() const
The intersection faces' corresponding source faces, or -1.
const List< DynamicList< label > > & tgtEdgePoints() const
The target edges' intersection points. Ordered along the edge.
DynamicField< point > points_
The intersection points.
const faceList & faces() const
The intersection faces.
const List< DynamicList< label > > & srcFaceFaces() const
The source faces' intersection faces.
const labelList & srcPointPoints() const
The source points' corresponding intersection points.
const DynamicList< label > & pointSrcEdges() const
The intersection points' source edges, or -1 if the point.
const DynamicList< label > & faceTgtFaces() const
The intersection faces' corresponding target faces, or -1.
const DynamicList< label > & pointTgtFaces() const
The intersection points' target faces, or -1 if the point.
const List< DynamicList< label > > & tgtFaceFaces() const
The target faces' intersection faces.
const DynamicList< label > & pointTgtEdges() const
The intersection points' target edges, or -1 if the point.
const labelList & tgtPointPoints() const
The target points' corresponding intersection points.
const pointField & points() const
The intersection points.
const List< DynamicList< label > > & srcEdgePoints() const
The source edges' intersection points. Ordered along the edge.
const DynamicList< label > & pointTgtPoints() const
The intersection points' corresponding target points, or -1.