Loading...
Searching...
No Matches
curve::curveStyle Class Reference

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

#include <curve.H>

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)

Detailed Description

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

Definition at line 63 of file curve.H.

Member Enumeration Documentation

◆ curveStyleNo

Enumeration definitions.

Enumerator
CONTINUOUS 
SYMBOL 
SYMBOL_CURVE 
SYMBOL_WITH_ERROR_BARS 
SYMBOL_WITH_VARIABLE_SIZE 

Definition at line 70 of file curve.H.

Constructor & Destructor Documentation

◆ curveStyle() [1/2]

curveStyle ( const curveStyleNo csn)
inline

Construct given a curveStyleNo.

Definition at line 96 of file curve.H.

Referenced by operator<<.

Here is the caller graph for this function:

◆ curveStyle() [2/2]

curveStyle ( Istream & is)
inline

Construct from Istream.

Definition at line 104 of file curve.H.

References Foam::readInt().

Here is the call graph for this function:

◆ operator<<

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

Definition at line 112 of file curve.H.

References curveStyle(), and os().


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