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

curve Class Reference

A single curve in a graph. More...

#include <OpenFOAM/curve.H>


Detailed Description

A single curve in a graph.

Source files

Definition at line 57 of file curve.H.

Inheritance diagram for curve:
Collaboration diagram for curve:

List of all members.

Classes

class  curveStyle
 The style (line, symbol, etc) of a curve. More...

Public Member Functions

 curve (const string &name, const curveStyle &style, const label l)
 Construct as interpolation of an existing curve.
 curve (const string &, const curveStyle &, const scalarField &y)
 Construct from the components.
autoPtr< curve >  clone () const
 Clone.
const string &  name () const
const curveStyle &  style () const

Friends

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

Constructor & Destructor Documentation

curve ( const string &   name,
const curveStyle &   style,
const label   l  
)

Construct as interpolation of an existing curve.

curve(const curve&, const label); Construct from name, style and size

Definition at line 99 of file curve.C.

Referenced by curve::clone().

curve ( const string &   name,
const curveStyle &   style,
const scalarField &   y  
)

Construct from the components.

Definition at line 113 of file curve.C.


Member Function Documentation

autoPtr<curve> clone (  ) const [inline]

Clone.

Reimplemented from Field< scalar >.

Definition at line 146 of file curve.H.

References curve::curve().

const string& name (  ) const [inline]

Definition at line 156 of file curve.H.

const curveStyle& style (  ) const [inline]

Definition at line 161 of file curve.H.


Friends And Related Function Documentation

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

Gradient of the curve.

friend curve grad(const curve&);

Definition at line 163 of file curve.C.


The documentation for this class was generated from the following files: