#include <TFClassificationModelSW.h>
Inheritance diagram for IDVR.VolumeRenderer.SWVolumeRenderer.ClassificationModels.TFClassificationModelSW:
Namespace: IDVR.VolumeRenderer.SWVolumeRenderer.ClassificationModels
Baseclass: IDVR.Interfaces.IClassificationModel
This class calculates the opacity value of a given raysample according to the specified transfer function.
Public Member Functions | |
TFClassificationModelSW (Transferfunction *n_TransferFunc) | |
Constructor. | |
virtual RaySample * | doClassification (RaySample *n_RaySample) |
Calculates the opacity vale for a given raysample according to the specified transfer function. | |
__property void | set_TransferFunc (Transferfunction *n_TransferFunc) |
Sets the transfer function. | |
__property Transferfunction * | get_TransferFunc (void) |
Returns the transfer function. | |
Private Attributes | |
Transferfunction * | m_TransferFunc |
The transfer function. |
|
Constructor.
|
|
Calculates the opacity vale for a given raysample according to the specified transfer function.
|
|
Returns the transfer function.
|
|
Sets the transfer function.
|