|
Klassen |
| struct | TScreen |
| | Standardgroesse Koordinatensystemaussschnitt y Bildschirm hat x und y Ausdehnung. Mehr...
|
| struct | TDisplay |
| class | TColorTable |
| | Anzahl benutzter Farben (256). Mehr...
|
| struct | TCoorSystem |
| | Koordinatensystem mit x,y,z und jeweils einer Angabe 1 Pixel in x,y,z Richtung entspricht *SF Koordinatensystemeinheit und eingestellter Ausgabetyp. Mehr...
|
| class | TCurveFreeScalDlg |
| | neuer Dialog für freie Intensitaetskalierung Mehr...
|
| class | TCurveShowParamDlg |
| | Dialog zum Einstellen der PlotFenster-Parameter. Mehr...
|
| class | TBMContens |
| | Klasse um Bitmaps aus Kurvendaten zu errechnen und darzustellen. Mehr...
|
| class | TBitmapSource |
| class | TCurveFreeScalColorWindow |
Makrodefinitionen |
| #define | DegToRad(val) ((val) * 0.01745329251994) |
| | weil sowieso nicht implementiert, Number, BarGraph, Histogram Umrechnung Alt-/Neugrad...
|
| #define | RadToDeg(val) ((val) / 0.01745329251994) |
| #define | ArToRLx(_ome, _the) ((cos((_the)-(_ome))- cos(_ome))) |
| | Umrechnung in Reziproke Einheiten.
|
| #define | ArToRLy(_ome, _the) ((sin((_the)-(_ome))+ sin(_ome))) |
Aufzählungen |
| enum | EScale { sLogarithmic = 1,
sLinear,
sUser
} |
| enum | EOutputType { otReciprokeLatticeBitmap = 1,
otMatrixBitmap = 2,
otCurve = 3
} |
| | Aufzaezhlung Ausgabetypen/Darstellungsformen. Mehr...
|
Variablen |
| const UINT | stdx = 500 |
| const UINT | stdy = 500 |
| | Standardgroesse Koordinatensystemaussschnitt x.
|
| const UINT | _COLORS = 256 |
| const | RLAreaPkts = 41 |