NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
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 } |
enum AxisType |
Enumerator | |
---|---|
AXIS_NONE | |
AXIS_STD | |
AXIS_NICE | |
AXIS_EQUAL |
Definition at line 70 of file plotdef.hpp.
enum ComplexType |
Enumerator | |
---|---|
CPLX_NONE | |
CPLX_REIM | |
CPLX_PLANE |
Definition at line 31 of file plotdef.hpp.
enum CoordinateSystem |
Enumerator | |
---|---|
CARTESIAN | |
POLAR_PZ | |
POLAR_RP | |
POLAR_RZ | |
SPHERICAL_PT | |
SPHERICAL_RP | |
SPHERICAL_RT |
Definition at line 58 of file plotdef.hpp.
enum PlotCoords |
Enumerator | |
---|---|
XCOORD | |
YCOORD | |
ZCOORD | |
TCOORD |
Definition at line 39 of file plotdef.hpp.
enum PlotRanges |
Enumerator | |
---|---|
XRANGE | |
YRANGE | |
ZRANGE | |
CRANGE | |
TRANGE |
Definition at line 48 of file plotdef.hpp.
enum PlotType |
Enumerator | |
---|---|
PT_NONE | |
PT_FUNCTION | |
PT_DATA |
Definition at line 23 of file plotdef.hpp.