FreeFOAM The Cross-Platform CFD Toolkit
curve::curveStyle Class Reference

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

#include <src/OpenFOAM/graph/curve/curve.H>


Detailed Description

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

Definition at line 65 of file curve.H.

List of all members.

Public Types

enum  curveStyleNo {
  CONTINUOUS, SYMBOL, SYMBOL_CURVE, SYMBOL_WITH_ERROR_BARS,
  SYMBOL_WITH_VARIABLE_SIZE
}
 Enumeration definitions. More...

Public Member Functions

 curveStyle (const curveStyleNo csn)
 Construct given a curveStyleNo.
 curveStyle (Istream &is)
 Construct from Istream.

Friends

Ostreamoperator<< (Ostream &os, const curveStyle &cs)

Member Enumeration Documentation

Enumeration definitions.

Enumerator:
CONTINUOUS 
SYMBOL 
SYMBOL_CURVE 
SYMBOL_WITH_ERROR_BARS 
SYMBOL_WITH_VARIABLE_SIZE 

Definition at line 71 of file curve.H.


Constructor & Destructor Documentation

curveStyle ( const curveStyleNo  csn)
inline

Construct given a curveStyleNo.

Definition at line 93 of file curve.H.

curveStyle ( Istream is)
inline

Construct from Istream.

Definition at line 99 of file curve.H.


Friends And Related Function Documentation

Ostream& operator<< ( Ostream os,
const curveStyle cs 
)
friend

Definition at line 107 of file curve.H.


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