#include <histo.h>
Public Methods | |
| void __fastcall | drawTo (TPaintBox *pb) |
| Use this to draw to a TPaintBox. | |
| float __fastcall | getHPP (TPaintBox *pb) |
| Get the actual resolution in histo direction for the PaintBox. | |
| float __fastcall | getVPP (TPaintBox *pb) |
| Get the actual resolution in histo direction for the PaintBox. | |
| float __fastcall | getHMaxZoom (TControl *pb) |
| Get the maximum resolution in histo direction for the PaintBox. | |
Private Attributes | |
| int * | _histo |
| The histogram array. | |
This Class is used to create a histogram. Therefor it has to initialized with the volume data by incrementing the several density data. After this it can be drawn to TPaintBoxes.
Definition at line 22 of file histo.h.
|
|
Use this to draw to a TPaintBox.
|
|
|
Get the maximum resolution in histo direction for the PaintBox.
|
|
|
Get the actual resolution in histo direction for the PaintBox.
Definition at line 49 of file histo.cpp. Referenced by drawTo(), TLine::getEndX(), TLine::getStartX(), and TTransfer::split(). |
|
|
Get the actual resolution in histo direction for the PaintBox.
|
|
|
The histogram array. It will be created with size _size. Definition at line 28 of file histo.h. Referenced by drawTo(). |
1.2.18