![]() |
|
Public Member Functions | |
ClassName ("intersectedSurface") | |
intersectedSurface () | |
Construct null. | |
intersectedSurface (const triSurface &surf) | |
Construct from surface. | |
intersectedSurface (const triSurface &surf, const bool isFirstSurface, const surfaceIntersection &inter) | |
Construct from surface and intersection. isFirstSurface is needed. | |
const labelList & | intersectionEdges () const |
Labels of edges in *this which originate from 'cuts'. | |
const labelList & | faceMap () const |
New to old. | |
label | nSurfacePoints () const |
Number of points from original surface. | |
bool | isSurfacePoint (const label pointI) const |
Is point coming from original surface? | |
Static Public Attributes | |
const label | UNVISITED |
const label | STARTTOEND |
const label | ENDTOSTART |
const label | BOTH |
|
Construct null.
|
|
Construct from surface.
|
|
Construct from surface and intersection. isFirstSurface is needed. to determine which side of face pairs stored in the intersection to address. Should be in the same order as how the intersection was constructed. |
|
|
|
New to old.
Definition at line 292 of file intersectedSurface.H. |
|
Labels of edges in *this which originate from 'cuts'.
Definition at line 286 of file intersectedSurface.H. |
|
Is point coming from original surface?
Definition at line 304 of file intersectedSurface.H. |
|
Number of points from original surface.
Definition at line 298 of file intersectedSurface.H. |
|
Definition at line 99 of file intersectedSurface.H. |
|
Definition at line 98 of file intersectedSurface.H. |
|
Definition at line 97 of file intersectedSurface.H. |
|
Definition at line 96 of file intersectedSurface.H. |