PLplot 5.15.0
Loading...
Searching...
No Matches
plstream.h File Reference
#include "plplot.h"

Go to the source code of this file.

Classes

class  PLS
 
class  Contourable_Data
 
class  Coord_Xformer
 
class  Coord_2d
 
class  cxx_pltr2
 
class  plstream
 

Namespaces

namespace  plcallback
 

Enumerations

enum  PLcolor {
  Black = 0 , Red , Yellow , Green ,
  Cyan , Pink , Tan , Grey ,
  DarkRed , DeepBlue , Purple , LightCyan ,
  LightBlue , Orchid , Mauve , White
}
 

Functions

PLDLLIMPEXP_CXX PLFLT Contourable_Data_evaluator (PLINT i, PLINT j, PLPointer p)
 
PLDLLIMPEXP_CXX void Coord_Xform_evaluator (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
 
PLDLLIMPEXP_CXX void plcallback::fill (PLINT n, const PLFLT *x, const PLFLT *y)
 
PLDLLIMPEXP_CXX void plcallback::tr0 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
 
PLDLLIMPEXP_CXX void plcallback::tr1 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
 
PLDLLIMPEXP_CXX void plcallback::tr2 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
 
PLDLLIMPEXP_CXX void plcallback::tr2p (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
 

Enumeration Type Documentation

◆ PLcolor

enum PLcolor
Enumerator
Black 
Red 
Yellow 
Green 
Cyan 
Pink 
Tan 
Grey 
DarkRed 
DeepBlue 
Purple 
LightCyan 
LightBlue 
Orchid 
Mauve 
White 

Definition at line 42 of file plstream.h.

Function Documentation

◆ Contourable_Data_evaluator()

PLDLLIMPEXP_CXX PLFLT Contourable_Data_evaluator ( PLINT i,
PLINT j,
PLPointer p )

Definition at line 43 of file plstream.cc.

◆ Coord_Xform_evaluator()

PLDLLIMPEXP_CXX void Coord_Xform_evaluator ( PLFLT ox,
PLFLT oy,
PLFLT * nx,
PLFLT * ny,
PLPointer p )

Definition at line 50 of file plstream.cc.