LUVis::Histogram Class Reference

#include <Histogram.h>

Inheritance diagram for LUVis::Histogram:

LUVis::TransferFunction List of all members.

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

Detailed Description

Histogram Class. Class to draw and Handle the Histogram.


Constructor & Destructor Documentation

Histogram::Histogram ( PictureBox^  _TransferBox  ) 

Constructor

Parameters:
_TransferBox Pointer to the GUI location of the Histogram


Member Function Documentation

void Histogram::createHistogram ( array< unsigned short, 1 >^  memoryData  ) 

Creates the aHistogram array and fills it

Parameters:
memoryData the volume data.

void Histogram::Render (  )  [virtual]

renders the Histogram;

Reimplemented from LUVis::TransferFunction.


Member Data Documentation

array<int,1> LUVis::Histogram::aHistogram [private]

array where the values of the histogramm are stored


The documentation for this class was generated from the following files:
Generated on Wed Dec 6 16:25:58 2006 by  doxygen 1.4.7