#include <LinearClassificationModelSW.h>
Inheritance diagram for IDVR.VolumeRenderer.SWVolumeRenderer.ClassificationModels.LinearClassificationModelSW:
Namespace: IDVR.VolumeRenderer.SWVolumeRenderer.ClassificationModels
Baseclass: IDVR.Interfaces.IClassificationModel
This class calculates the opacity value of a given raysample. It maps the opacity linear according to its density value.
Public Member Functions | |
LinearClassificationModelSW (unsigned short n_DensityScope) | |
Constructor. | |
virtual RaySample * | doClassification (RaySample *n_RaySample) |
Calculates the opacity for a given raysample linear according to its density value. | |
Private Attributes | |
unsigned short | m_DensityScope |
The scope of the density values of the dataset. |
|
Constructor.
|
|
Calculates the opacity for a given raysample linear according to its density value.
|