FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

lineEdge Class Reference

A straight edge between the start point and the end point. More...


Detailed Description

A straight edge between the start point and the end point.

Source files

Definition at line 50 of file lineEdge.H.

Inheritance diagram for lineEdge:
Collaboration diagram for lineEdge:

List of all members.

Public Member Functions

 TypeName ("line")
 Runtime type information.
 lineEdge (const pointField &, const label start, const label end)
 Construct from components.
 lineEdge (const pointField &, Istream &)
 Construct from Istream with a pointField.
virtual  ~lineEdge ()
 Destructor.
point  position (const scalar) const
 Return the point position corresponding to the curve parameter.
scalar  length () const
 Return the length of the curve.

Constructor & Destructor Documentation

lineEdge ( const pointField &   ,
const label   start,
const label   end  
)

Construct from components.

lineEdge ( const pointField &   ,
Istream &    
)

Construct from Istream with a pointField.

virtual ~lineEdge (  ) [virtual]

Destructor.


Member Function Documentation

TypeName ( "line"    )

Runtime type information.

point position ( const   scalar  ) const [virtual]

Return the point position corresponding to the curve parameter.

0 <= lambda <= 1

Implements curvedEdge.

scalar length (  ) const [virtual]

Return the length of the curve.

Implements curvedEdge.


The documentation for this class was generated from the following file:
  • applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H