Antialiasing | vtkImageSincInterpolator | protected |
AntialiasingOff() | vtkImageSincInterpolator | inline |
AntialiasingOn() | vtkImageSincInterpolator | inline |
BlurFactors | vtkImageSincInterpolator | protected |
BorderMode | vtkAbstractImageInterpolator | protected |
BuildKernelLookupTable() | vtkImageSincInterpolator | protectedvirtual |
CheckBoundsIJK(const double x[3]) | vtkAbstractImageInterpolator | inline |
CheckBoundsIJK(const float x[3]) | vtkAbstractImageInterpolator | inline |
ComponentCount | vtkAbstractImageInterpolator | protected |
ComponentOffset | vtkAbstractImageInterpolator | protected |
ComputeNumberOfComponents(int inputComponents) | vtkAbstractImageInterpolator | |
ComputeSupportSize(const double matrix[16], int support[3]) | vtkImageSincInterpolator | virtual |
DeepCopy(vtkAbstractImageInterpolator *obj) | vtkAbstractImageInterpolator | |
Extent | vtkAbstractImageInterpolator | protected |
FreeKernelLookupTable() | vtkImageSincInterpolator | protectedvirtual |
FreePrecomputedWeights(vtkInterpolationWeights *&weights) | vtkImageSincInterpolator | virtual |
GetAntialiasing() | vtkImageSincInterpolator | inline |
GetBlurFactors(double f[3]) | vtkImageSincInterpolator | inline |
GetBlurFactors() | vtkImageSincInterpolator | inline |
GetBorderMode() | vtkAbstractImageInterpolator | inline |
GetBorderModeAsString() | vtkAbstractImageInterpolator | |
GetComponentCount() | vtkAbstractImageInterpolator | inline |
GetComponentOffset() | vtkAbstractImageInterpolator | inline |
GetExtent() | vtkAbstractImageInterpolator | virtual |
GetExtent(int &, int &, int &, int &, int &, int &) | vtkAbstractImageInterpolator | virtual |
GetExtent(int[6]) | vtkAbstractImageInterpolator | virtual |
GetInterpolationFunc(void(**doublefunc)(vtkInterpolationInfo *, const double[3], double *)) | vtkImageSincInterpolator | protectedvirtual |
GetInterpolationFunc(void(**floatfunc)(vtkInterpolationInfo *, const float[3], float *)) | vtkImageSincInterpolator | protectedvirtual |
GetNumberOfComponents() | vtkAbstractImageInterpolator | |
GetOrigin() | vtkAbstractImageInterpolator | virtual |
GetOrigin(double &, double &, double &) | vtkAbstractImageInterpolator | virtual |
GetOrigin(double[3]) | vtkAbstractImageInterpolator | virtual |
GetOutValue() | vtkAbstractImageInterpolator | inline |
GetRenormalization() | vtkImageSincInterpolator | inline |
GetRowInterpolationFunc(void(**doublefunc)(vtkInterpolationWeights *, int, int, int, double *, int)) | vtkImageSincInterpolator | protectedvirtual |
GetRowInterpolationFunc(void(**floatfunc)(vtkInterpolationWeights *, int, int, int, float *, int)) | vtkImageSincInterpolator | protectedvirtual |
GetSpacing() | vtkAbstractImageInterpolator | virtual |
GetSpacing(double &, double &, double &) | vtkAbstractImageInterpolator | virtual |
GetSpacing(double[3]) | vtkAbstractImageInterpolator | virtual |
GetTolerance() | vtkAbstractImageInterpolator | inline |
GetUseWindowParameter() | vtkImageSincInterpolator | inline |
GetWholeExtent() | vtkAbstractImageInterpolator | virtual |
GetWholeExtent(int &, int &, int &, int &, int &, int &) | vtkAbstractImageInterpolator | virtual |
GetWholeExtent(int[6]) | vtkAbstractImageInterpolator | virtual |
GetWindowFunction() | vtkImageSincInterpolator | inline |
GetWindowFunctionAsString() | vtkImageSincInterpolator | virtual |
GetWindowHalfWidth() | vtkImageSincInterpolator | inline |
GetWindowParameter() | vtkImageSincInterpolator | inline |
Initialize(vtkDataObject *data) | vtkAbstractImageInterpolator | virtual |
InternalDeepCopy(vtkAbstractImageInterpolator *obj) | vtkImageSincInterpolator | protectedvirtual |
InternalUpdate() | vtkImageSincInterpolator | protectedvirtual |
Interpolate(double x, double y, double z, int component) | vtkAbstractImageInterpolator | |
Interpolate(const double point[3], double *value) | vtkAbstractImageInterpolator | |
InterpolateIJK(const double point[3], double *value) | vtkAbstractImageInterpolator | inline |
InterpolateIJK(const float point[3], float *value) | vtkAbstractImageInterpolator | inline |
InterpolateRow(vtkInterpolationWeights *&weights, int xIdx, int yIdx, int zIdx, double *value, int n) | vtkAbstractImageInterpolator | inline |
InterpolateRow(vtkInterpolationWeights *&weights, int xIdx, int yIdx, int zIdx, float *value, int n) | vtkAbstractImageInterpolator | inline |
InterpolationFuncDouble | vtkAbstractImageInterpolator | protected |
InterpolationFuncFloat | vtkAbstractImageInterpolator | protected |
InterpolationInfo | vtkAbstractImageInterpolator | protected |
IsA(const char *type) | vtkImageSincInterpolator | virtual |
IsSeparable() | vtkImageSincInterpolator | virtual |
IsTypeOf(const char *type) | vtkImageSincInterpolator | static |
KernelLookupTable | vtkImageSincInterpolator | protected |
KernelSize | vtkImageSincInterpolator | protected |
LastBlurFactors | vtkImageSincInterpolator | protected |
New() | vtkImageSincInterpolator | static |
NewInstance() const | vtkImageSincInterpolator | |
NewInstanceInternal() const | vtkImageSincInterpolator | protectedvirtual |
Origin | vtkAbstractImageInterpolator | protected |
OutValue | vtkAbstractImageInterpolator | protected |
PrecomputeWeightsForExtent(const double matrix[16], const int extent[6], int newExtent[6], vtkInterpolationWeights *&weights) | vtkImageSincInterpolator | virtual |
PrecomputeWeightsForExtent(const float matrix[16], const int extent[6], int newExtent[6], vtkInterpolationWeights *&weights) | vtkImageSincInterpolator | virtual |
PrintSelf(ostream &os, vtkIndent indent) | vtkImageSincInterpolator | virtual |
ReleaseData() | vtkAbstractImageInterpolator | virtual |
Renormalization | vtkImageSincInterpolator | protected |
RenormalizationOff() | vtkImageSincInterpolator | inline |
RenormalizationOn() | vtkImageSincInterpolator | inline |
RowInterpolationFuncDouble | vtkAbstractImageInterpolator | protected |
RowInterpolationFuncFloat | vtkAbstractImageInterpolator | protected |
SafeDownCast(vtkObjectBase *o) | vtkImageSincInterpolator | static |
Scalars | vtkAbstractImageInterpolator | protected |
SetAntialiasing(int antialiasing) | vtkImageSincInterpolator | |
SetBlurFactors(double x, double y, double z) | vtkImageSincInterpolator | |
SetBlurFactors(const double f[3]) | vtkImageSincInterpolator | inline |
SetBorderMode(int mode) | vtkAbstractImageInterpolator | |
SetBorderModeToClamp() | vtkAbstractImageInterpolator | inline |
SetBorderModeToMirror() | vtkAbstractImageInterpolator | inline |
SetBorderModeToRepeat() | vtkAbstractImageInterpolator | inline |
SetComponentCount(int count) | vtkAbstractImageInterpolator | |
SetComponentOffset(int offset) | vtkAbstractImageInterpolator | |
SetOutValue(double outValue) | vtkAbstractImageInterpolator | |
SetRenormalization(int antialiasing) | vtkImageSincInterpolator | |
SetTolerance(double tol) | vtkAbstractImageInterpolator | |
SetUseWindowParameter(int val) | vtkImageSincInterpolator | |
SetWindowFunction(int mode) | vtkImageSincInterpolator | virtual |
SetWindowFunctionToBlackman() | vtkImageSincInterpolator | inline |
SetWindowFunctionToBlackmanHarris3() | vtkImageSincInterpolator | inline |
SetWindowFunctionToBlackmanHarris4() | vtkImageSincInterpolator | inline |
SetWindowFunctionToBlackmanNuttall3() | vtkImageSincInterpolator | inline |
SetWindowFunctionToBlackmanNuttall4() | vtkImageSincInterpolator | inline |
SetWindowFunctionToCosine() | vtkImageSincInterpolator | inline |
SetWindowFunctionToHamming() | vtkImageSincInterpolator | inline |
SetWindowFunctionToHann() | vtkImageSincInterpolator | inline |
SetWindowFunctionToKaiser() | vtkImageSincInterpolator | inline |
SetWindowFunctionToLanczos() | vtkImageSincInterpolator | inline |
SetWindowFunctionToNuttall() | vtkImageSincInterpolator | inline |
SetWindowHalfWidth(int n) | vtkImageSincInterpolator | |
SetWindowParameter(double parm) | vtkImageSincInterpolator | |
Spacing | vtkAbstractImageInterpolator | protected |
StructuredBoundsDouble | vtkAbstractImageInterpolator | protected |
StructuredBoundsFloat | vtkAbstractImageInterpolator | protected |
Superclass typedef | vtkImageSincInterpolator | |
Tolerance | vtkAbstractImageInterpolator | protected |
Update() | vtkAbstractImageInterpolator | |
UseWindowParameter | vtkImageSincInterpolator | protected |
UseWindowParameterOff() | vtkImageSincInterpolator | inline |
UseWindowParameterOn() | vtkImageSincInterpolator | inline |
vtkAbstractImageInterpolator() | vtkAbstractImageInterpolator | protected |
vtkImageSincInterpolator() | vtkImageSincInterpolator | protected |
WholeExtent | vtkAbstractImageInterpolator | protected |
WindowFunction | vtkImageSincInterpolator | protected |
WindowHalfWidth | vtkImageSincInterpolator | protected |
WindowParameter | vtkImageSincInterpolator | protected |
~vtkAbstractImageInterpolator() | vtkAbstractImageInterpolator | protected |
~vtkImageSincInterpolator() | vtkImageSincInterpolator | protected |