IDVR.Interfaces.IInterpolation Interface Reference
#include <IInterpolation.h>
Inheritance diagram for IDVR.Interfaces.IInterpolation:
Detailed Description
Interface for the interpolation model.
namespace: IDVR.Interfaces
This interface provides methods to interpolate the density and objectID of a given raysample.
- Author:
- Christopher Thurnher
- Version:
- 1.0
- Date:
- 02-19-2005
Public member function:
-
unsigned short interpolate_Density(unsigned char intMode, RaySample* n_RaySample, VolumeData* n_DataSet, double x_down, double x_up, double y_down, double y_up, double z_down, double z_up)
Interpolates the density.
- Parameters:
-
| intMode | the interpolation mode.
|
| n_RaySample | the given raysample.
|
| n_DataSet | the dataset.
|
| x_down | x-value round down.
|
| x_up | x-value round up.
|
| y_down | y-value round down.
|
| y_up | y-value round up.
|
| z_down | z-value round down.
|
| z_up | z-value round up.
|
- Returns:
- The interpolated value.
-
unsigned short interpolate_ObjectID(unsigned char intMode, RaySample* n_RaySample, VolumeData* n_DataSet, double x_down, double x_up, double y_down, double y_up, double z_down, double z_up)
Interpolates the objectID.
- Parameters:
-
| intMode | the interpolation mode.
|
| n_RaySample | the given raysample.
|
| n_DataSet | the dataset.
|
| x_down | x-value round down.
|
| x_up | x-value round up.
|
| y_down | y-value round down.
|
| y_up | y-value round up.
|
| z_down | z-value round down.
|
| z_up | z-value round up.
|
- Returns:
- The interpolated value.
The documentation for this interface was generated from the following file:
- Eigene Dateien/Visual Studio Projects/IDVR/IInterpolation.h
Generated on Sat Apr 9 11:50:59 2005 for RayCaster wiht Importance Driven Volume Rendering (IDVR) by
1.4.1