OpenFOAM logo
Open Source CFD Toolkit

intersectedSurface Class Reference

Inheritance diagram for intersectedSurface:

Inheritance graph
[legend]
Collaboration diagram for intersectedSurface:

Collaboration graph
[legend]
List of all members.

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 labelListintersectionEdges () const
 Labels of edges in *this which originate from 'cuts'.
const labelListfaceMap () 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

Constructor & Destructor Documentation

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.

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.


Member Function Documentation

ClassName "intersectedSurface"   ) 
 

const labelList& faceMap  )  const [inline]
 

New to old.

Definition at line 292 of file intersectedSurface.H.

const labelList& intersectionEdges  )  const [inline]
 

Labels of edges in *this which originate from 'cuts'.

Definition at line 286 of file intersectedSurface.H.

bool isSurfacePoint const label  pointI  )  const [inline]
 

Is point coming from original surface?

Definition at line 304 of file intersectedSurface.H.

label nSurfacePoints  )  const [inline]
 

Number of points from original surface.

Definition at line 298 of file intersectedSurface.H.


Member Data Documentation

const label BOTH [static]
 

Definition at line 99 of file intersectedSurface.H.

const label ENDTOSTART [static]
 

Definition at line 98 of file intersectedSurface.H.

const label STARTTOEND [static]
 

Definition at line 97 of file intersectedSurface.H.

const label UNVISITED [static]
 

Definition at line 96 of file intersectedSurface.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org