#include <Histogram.h>
Inheritance diagram for LUVis::Histogram:

Public Member Functions | |
| Histogram (PictureBox^_TransferBox) | |
| void | createHistogram (array< unsigned short, 1 >^memoryData) |
| virtual void | Render () override |
| renders the Histogram; | |
Private Attributes | |
| array< int, 1 > | aHistogram |
| array where the values of the histogramm are stored | |
| Histogram::Histogram | ( | PictureBox^ | _TransferBox | ) |
Constructor
| _TransferBox | Pointer to the GUI location of the Histogram |
| void Histogram::createHistogram | ( | array< unsigned short, 1 >^ | memoryData | ) |
Creates the aHistogram array and fills it
| memoryData | the volume data. |
| void Histogram::Render | ( | ) | [virtual] |
array<int,1> LUVis::Histogram::aHistogram [private] |
array where the values of the histogramm are stored
1.4.7