VHistogram Class Reference

VHistogram: Klasse zur Repräsentation des Histogramms. More...

#include <VHistogram.h>

List of all members.

Public Member Functions

 VHistogram (int *, int, int, int, int, int)
 ~VHistogram (void)
void draw ()

Private Attributes

int * hist
int length
int width
int height
int x
int y
vector< int > clamped_hist
int peak


Detailed Description

VHistogram: Klasse zur Repräsentation des Histogramms.

See also:
VTransferFunctionElement.h

Definition at line 10 of file VHistogram.h.


Constructor & Destructor Documentation

VHistogram::VHistogram ( int *  ,
int  ,
int  ,
int  ,
int  ,
int   
)

Konstruktor

Parameters:
hist Array der Dichtewerte
length Länge des Arrays der Dichtewerte = 4096
x x Position des Histogramms
y y Position des Histogramms
width Breite des Histogramms
height Höhe des Histogramms

Definition at line 11 of file VHistogram.cpp.

References clamped_hist, and peak.

VHistogram::~VHistogram ( void   ) 

Definition at line 44 of file VHistogram.cpp.

References clamped_hist, and hist.


Member Function Documentation

void VHistogram::draw (  ) 

Definition at line 33 of file VHistogram.cpp.

References clamped_hist, x, and y.

Referenced by VTransferFunctionElement::draw().


Member Data Documentation

int* VHistogram::hist [private]

Array der Dichtewerte

Definition at line 13 of file VHistogram.h.

Referenced by ~VHistogram().

int VHistogram::length [private]

Länge des Arrays der Dichtewerte = 4096

Definition at line 15 of file VHistogram.h.

int VHistogram::width [private]

Definition at line 16 of file VHistogram.h.

int VHistogram::height [private]

Definition at line 17 of file VHistogram.h.

int VHistogram::x [private]

Definition at line 18 of file VHistogram.h.

Referenced by draw().

int VHistogram::y [private]

Definition at line 19 of file VHistogram.h.

Referenced by draw().

vector<int> VHistogram::clamped_hist [private]

bearbeitetes Histogramm (neue Klasseneinteilung)

Definition at line 21 of file VHistogram.h.

Referenced by draw(), VHistogram(), and ~VHistogram().

int VHistogram::peak [private]

größter Wert im Histogramm

Definition at line 23 of file VHistogram.h.

Referenced by VHistogram().


The documentation for this class was generated from the following files:
Generated on Wed Dec 6 11:08:04 2006 for VisLU by  doxygen 1.5.1-p1