OpenFOAM logo
Open Source CFD Toolkit

curve Class Reference

Inheritance diagram for curve:

Inheritance graph
[legend]
Collaboration diagram for curve:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 curve (const string &name, const curveStyle &style, const label l)
 Construct from name, style and size.
 curve (const string &, const curveStyle &, const scalarField &y)
 Construct from the components.
autoPtr< curveclone () const
 Clone.
const stringname () const
const curveStylestyle () const

Friends

Ostreamoperator<< (Ostream &, const curve &)
 Gradient of the curve.

Constructor & Destructor Documentation

curve const string name,
const curveStyle style,
const label  l
 

Construct from name, style and size.

curve(const curve&, const label);

curve const string ,
const curveStyle ,
const scalarField y
 

Construct from the components.


Member Function Documentation

autoPtr<curve> clone  )  const [inline]
 

Clone.

Reimplemented from Field< scalar >.

Definition at line 149 of file curve.H.

const string& name  )  const [inline]
 

Definition at line 159 of file curve.H.

const curveStyle& style  )  const [inline]
 

Definition at line 164 of file curve.H.


Friends And Related Function Documentation

Ostream& operator<< Ostream ,
const curve
[friend]
 

Gradient of the curve.

friend curve grad(const curve&);


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