curve::curveStyle Class Reference

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

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. More...
 
 curveStyle (Istream &is)
 Construct from Istream. More...
 

Friends

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

Detailed Description

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

Definition at line 64 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 69 of file curve.H.

Constructor & Destructor Documentation

◆ curveStyle() [1/2]

curveStyle ( const curveStyleNo  csn)
inline

Construct given a curveStyleNo.

Definition at line 91 of file curve.H.

◆ curveStyle() [2/2]

curveStyle ( Istream is)
inline

Construct from Istream.

Definition at line 97 of file curve.H.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 105 of file curve.H.


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