-
Notifications
You must be signed in to change notification settings - Fork 4
/
Condraw.h
19 lines (19 loc) · 874 Bytes
/
Condraw.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
void PaintContourReset();
void ContourLinesSet();
void NiceContourLinesSet();
void ContourLinesSet( const double start, const double increment, const double end);
float ContourLineValue( const int i );
void ContourLineValue( const int i, float x );
int ContourLineBold( const int i );
int ContourLineLabel( const int i );
char *szContourLineLabel( const int i );
void ContourBoldLabelSet( const int EveryNth );
void ContourCustom( const double Value, const int Bold,
const int Label, const char szLabel[], const COLORREF Colour );
COLORREF ContourLineColour( const int i ) ;
void ContourAutoColour( );
COLORREF ChooseZColour( float z );
int ColourMap( const double min, const double mid, const double max );
int DataColourMap( const double min, const double mid, const double max );
void RestoreColourMap( );
void SaveColourMap( );