OpenFOAM logo
Open Source CFD Toolkit

polyAddPoint Class Reference

Inheritance diagram for polyAddPoint:

Inheritance graph
[legend]
Collaboration diagram for polyAddPoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("addPoint")
 Runtime type information.
 polyAddPoint ()
 Construct null. Used only for list construction.
 polyAddPoint (const point &p, const label masterPointID, const label zoneID, const bool inCell)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
const pointnewPoint () const
 Point location.
label masterPointID () const
 Master point label.
bool appended () const
 Is the point appended with no master.
bool isInZone () const
 Does the point belong to a zone?
label zoneID () const
 Point zone ID.
bool inCell () const
 Does the point support a cell.

Constructor & Destructor Documentation

polyAddPoint  )  [inline]
 

Construct null. Used only for list construction.

Definition at line 84 of file polyAddPoint.H.

polyAddPoint const point p,
const label  masterPointID,
const label  zoneID,
const bool  inCell
[inline]
 

Construct from components.

Definition at line 94 of file polyAddPoint.H.

References Foam::abort(), Foam::FatalError, FatalErrorIn, and p.

Here is the call graph for this function:


Member Function Documentation

bool appended  )  const [inline]
 

Is the point appended with no master.

Definition at line 152 of file polyAddPoint.H.

virtual autoPtr<topoAction> clone  )  const [inline, virtual]
 

Construct and return a clone.

Implements topoAction.

Definition at line 128 of file polyAddPoint.H.

References Foam::point.

bool inCell  )  const [inline]
 

Does the point support a cell.

Definition at line 170 of file polyAddPoint.H.

bool isInZone  )  const [inline]
 

Does the point belong to a zone?

Definition at line 158 of file polyAddPoint.H.

References Foam::label.

label masterPointID  )  const [inline]
 

Master point label.

Definition at line 146 of file polyAddPoint.H.

const point& newPoint  )  const [inline]
 

Point location.

Definition at line 140 of file polyAddPoint.H.

References Foam::label.

TypeName "addPoint"   ) 
 

Runtime type information.

label zoneID  )  const [inline]
 

Point zone ID.

Definition at line 164 of file polyAddPoint.H.


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