NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
plotdef.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  PlotType { PT_NONE , PT_FUNCTION , PT_DATA }
 
enum  ComplexType { CPLX_NONE , CPLX_REIM , CPLX_PLANE }
 
enum  PlotCoords { XCOORD = 0 , YCOORD = 1 , ZCOORD = 2 , TCOORD = 3 }
 
enum  PlotRanges {
  XRANGE = XCOORD , YRANGE = YCOORD , ZRANGE = ZCOORD , CRANGE = 3 ,
  TRANGE = 4
}
 
enum  CoordinateSystem {
  CARTESIAN = 0 , POLAR_PZ = 10 , POLAR_RP , POLAR_RZ ,
  SPHERICAL_PT = 100 , SPHERICAL_RP , SPHERICAL_RT
}
 
enum  AxisType { AXIS_NONE , AXIS_STD , AXIS_NICE , AXIS_EQUAL }
 

Enumeration Type Documentation

◆ AxisType

enum AxisType
Enumerator
AXIS_NONE 
AXIS_STD 
AXIS_NICE 
AXIS_EQUAL 

Definition at line 70 of file plotdef.hpp.

◆ ComplexType

Enumerator
CPLX_NONE 
CPLX_REIM 
CPLX_PLANE 

Definition at line 31 of file plotdef.hpp.

◆ CoordinateSystem

Enumerator
CARTESIAN 
POLAR_PZ 
POLAR_RP 
POLAR_RZ 
SPHERICAL_PT 
SPHERICAL_RP 
SPHERICAL_RT 

Definition at line 58 of file plotdef.hpp.

◆ PlotCoords

enum PlotCoords
Enumerator
XCOORD 
YCOORD 
ZCOORD 
TCOORD 

Definition at line 39 of file plotdef.hpp.

◆ PlotRanges

enum PlotRanges
Enumerator
XRANGE 
YRANGE 
ZRANGE 
CRANGE 
TRANGE 

Definition at line 48 of file plotdef.hpp.

◆ PlotType

enum PlotType
Enumerator
PT_NONE 
PT_FUNCTION 
PT_DATA 

Definition at line 23 of file plotdef.hpp.