#include <GradientInterpolationWithPreCalcSW.h>
Inheritance diagram for IDVR.VolumeRenderer.SWVolumeRenderer.RenderCalculations.GradientInterpolationWithPreCalcSW:
namespace: IDVR.VolumeRenderer.SWVolumeRenderer.RenderCalculations
Baseclass: IDVR.Interfaces.IGradientInterpolation
This class provides methods to interpolate the gradient of a given raysample if the gradients have already been estimated before.
Public Member Functions | |
GradientInterpolationWithPreCalcSW (void) | |
Standard constructor. | |
virtual Gradient * | interpolateGradient (unsigned char intMode, unsigned char grMode, 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 gradient of a given raysample. | |
Static Public Attributes | |
static const unsigned char | BY_NEARESTNEIGHBOUR = 0 |
Interpolation by nearest neighbour. |
|
Standard constructor.
|
|
Interpolates the gradient of a given raysample.
|