OpenFOAM logo
Open Source CFD Toolkit

polyModifyPoint Class Reference

Inheritance diagram for polyModifyPoint:

Inheritance graph
[legend]
Collaboration diagram for polyModifyPoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("modifyPoint")
 Runtime type information.
 polyModifyPoint ()
 Construct null. Used only for list construction.
 polyModifyPoint (const label pointID, const point &newP, const bool removeFromZone, const label newZoneID, const bool inCell)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
label pointID () const
 Point ID.
const pointnewPoint () const
 New point location.
bool isInZone () const
 Does the point belong to a zone?
bool removeFromZone () const
 Should the point be removed from current zone.
label zoneID () const
 Point zone ID.
bool inCell () const
 Does the point support a cell.

Constructor & Destructor Documentation

polyModifyPoint  )  [inline]
 

Construct null. Used only for list construction.

Definition at line 87 of file polyModifyPoint.H.

polyModifyPoint const label  pointID,
const point newP,
const bool  removeFromZone,
const label  newZoneID,
const bool  inCell
[inline]
 

Construct from components.

Definition at line 98 of file polyModifyPoint.H.


Member Function Documentation

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

Construct and return a clone.

Implements topoAction.

Definition at line 114 of file polyModifyPoint.H.

References Foam::label.

bool inCell  )  const [inline]
 

Does the point support a cell.

Definition at line 155 of file polyModifyPoint.H.

bool isInZone  )  const [inline]
 

Does the point belong to a zone?

Definition at line 137 of file polyModifyPoint.H.

const point& newPoint  )  const [inline]
 

New point location.

Definition at line 131 of file polyModifyPoint.H.

label pointID  )  const [inline]
 

Point ID.

Definition at line 125 of file polyModifyPoint.H.

References Foam::point.

bool removeFromZone  )  const [inline]
 

Should the point be removed from current zone.

Definition at line 143 of file polyModifyPoint.H.

References Foam::label.

TypeName "modifyPoint"   ) 
 

Runtime type information.

label zoneID  )  const [inline]
 

Point zone ID.

Definition at line 149 of file polyModifyPoint.H.


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