VTK  9.3.20240423
vtkImageSincInterpolator Member List

This is the complete list of members for vtkImageSincInterpolator, including all inherited members.

AddObserver(unsigned long event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(const char *event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AntialiasingvtkImageSincInterpolatorprotected
AntialiasingOff()vtkImageSincInterpolatorinline
AntialiasingOn()vtkImageSincInterpolatorinline
BlurFactorsvtkImageSincInterpolatorprotected
BorderModevtkAbstractImageInterpolatorprotected
BreakOnError()vtkObjectstatic
BuildKernelLookupTable()vtkImageSincInterpolatorprotectedvirtual
CheckBoundsIJK(const double x[3])vtkAbstractImageInterpolatorinline
CheckBoundsIJK(const float x[3])vtkAbstractImageInterpolatorinline
ComponentCountvtkAbstractImageInterpolatorprotected
ComponentOffsetvtkAbstractImageInterpolatorprotected
ComputeNumberOfComponents(int inputComponents)vtkAbstractImageInterpolator
ComputeSupportSize(const double matrix[16], int support[3]) overridevtkImageSincInterpolatorvirtual
CoordinateToIJK(const double point[3], double ijk[3])vtkAbstractImageInterpolatorprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
DeepCopy(vtkAbstractImageInterpolator *obj)vtkAbstractImageInterpolator
Delete()vtkObjectBasevirtual
DirectionvtkAbstractImageInterpolatorprotected
ExtentvtkAbstractImageInterpolatorprotected
FastDelete()vtkObjectBasevirtual
FreeKernelLookupTable()vtkImageSincInterpolatorprotectedvirtual
FreePrecomputedWeights(vtkInterpolationWeights *&weights) overridevtkImageSincInterpolatorvirtual
GetAlternateFreeFunction()vtkObjectBaseprotectedstatic
GetAntialiasing()vtkImageSincInterpolatorinline
GetBlurFactors(double f[3])vtkImageSincInterpolatorinline
GetBlurFactors()vtkImageSincInterpolatorinline
GetBorderMode()vtkAbstractImageInterpolatorinline
GetBorderModeAsString()vtkAbstractImageInterpolator
GetClassName() constvtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetComponentCount()vtkAbstractImageInterpolatorinline
GetComponentOffset()vtkAbstractImageInterpolatorinline
GetCurrentFreeFunction()vtkObjectBaseprotectedstatic
GetCurrentMallocFunction()vtkObjectBaseprotectedstatic
GetCurrentReallocFunction()vtkObjectBaseprotectedstatic
GetDebug()vtkObject
GetDirection()vtkAbstractImageInterpolatorvirtual
GetDirection(double data[9])vtkAbstractImageInterpolatorvirtual
GetExtent()vtkAbstractImageInterpolatorvirtual
GetExtent(int &, int &, int &, int &, int &, int &)vtkAbstractImageInterpolatorvirtual
GetExtent(int[6])vtkAbstractImageInterpolatorvirtual
GetGlobalWarningDisplay()vtkObjectstatic
GetInterpolationFunc(void(**doublefunc)(vtkInterpolationInfo *, const double[3], double *)) overridevtkImageSincInterpolatorprotectedvirtual
GetInterpolationFunc(void(**floatfunc)(vtkInterpolationInfo *, const float[3], float *)) overridevtkImageSincInterpolatorprotectedvirtual
GetIsInMemkind() constvtkObjectBase
GetMTime()vtkObjectvirtual
GetNumberOfComponents()vtkAbstractImageInterpolator
GetNumberOfGenerationsFromBase(const char *name)vtkObjectBasevirtual
GetNumberOfGenerationsFromBaseType(const char *name)vtkObjectBasestatic
GetObjectDescription() const overridevtkObjectvirtual
GetObjectName() constvtkObjectvirtual
GetOrigin()vtkAbstractImageInterpolatorvirtual
GetOrigin(double &, double &, double &)vtkAbstractImageInterpolatorvirtual
GetOrigin(double[3])vtkAbstractImageInterpolatorvirtual
GetOutValue()vtkAbstractImageInterpolatorinline
GetReferenceCount()vtkObjectBaseinline
GetRenormalization()vtkImageSincInterpolatorinline
GetRowInterpolationFunc(void(**doublefunc)(vtkInterpolationWeights *, int, int, int, double *, int)) overridevtkImageSincInterpolatorprotectedvirtual
GetRowInterpolationFunc(void(**floatfunc)(vtkInterpolationWeights *, int, int, int, float *, int)) overridevtkImageSincInterpolatorprotectedvirtual
GetSlidingWindow()vtkAbstractImageInterpolatorinline
GetSlidingWindowFunc(void(**doublefunc)(vtkInterpolationWeights *, int, int, int, double *, int))vtkAbstractImageInterpolatorprotectedvirtual
GetSlidingWindowFunc(void(**floatfunc)(vtkInterpolationWeights *, int, int, int, float *, int))vtkAbstractImageInterpolatorprotectedvirtual
GetSpacing()vtkAbstractImageInterpolatorvirtual
GetSpacing(double &, double &, double &)vtkAbstractImageInterpolatorvirtual
GetSpacing(double[3])vtkAbstractImageInterpolatorvirtual
GetTolerance()vtkAbstractImageInterpolatorinline
GetUseWindowParameter()vtkImageSincInterpolatorinline
GetUsingMemkind()vtkObjectBasestatic
GetWindowFunction()vtkImageSincInterpolatorinline
GetWindowFunctionAsString()vtkImageSincInterpolatorvirtual
GetWindowHalfWidth()vtkImageSincInterpolatorinline
GetWindowParameter()vtkImageSincInterpolatorinline
GlobalWarningDisplayOff()vtkObjectinlinestatic
GlobalWarningDisplayOn()vtkObjectinlinestatic
HasObserver(unsigned long event, vtkCommand *)vtkObject
HasObserver(const char *event, vtkCommand *)vtkObject
HasObserver(unsigned long event)vtkObject
HasObserver(const char *event)vtkObject
Initialize(vtkDataObject *data)vtkAbstractImageInterpolatorvirtual
InitializeObjectBase()vtkObjectBase
InternalDeepCopy(vtkAbstractImageInterpolator *obj) overridevtkImageSincInterpolatorprotectedvirtual
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)vtkObjectprotected
InternalReleaseFocus()vtkObjectprotected
InternalUpdate() overridevtkImageSincInterpolatorprotectedvirtual
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)vtkAbstractImageInterpolatorinline
InterpolateIJK(const float point[3], float *value)vtkAbstractImageInterpolatorinline
InterpolateRow(vtkInterpolationWeights *&weights, int xIdx, int yIdx, int zIdx, double *value, int n)vtkAbstractImageInterpolatorinline
InterpolateRow(vtkInterpolationWeights *&weights, int xIdx, int yIdx, int zIdx, float *value, int n)vtkAbstractImageInterpolatorinline
InterpolationFuncDoublevtkAbstractImageInterpolatorprotected
InterpolationFuncFloatvtkAbstractImageInterpolatorprotected
InterpolationInfovtkAbstractImageInterpolatorprotected
InverseDirectionvtkAbstractImageInterpolatorprotected
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObjectinline
InvokeEvent(const char *event)vtkObjectinline
IsA(const char *type)vtkImageSincInterpolatorvirtual
IsSeparable() overridevtkImageSincInterpolatorvirtual
IsTypeOf(const char *type)vtkImageSincInterpolatorstatic
KernelLookupTablevtkImageSincInterpolatorprotected
KernelSizevtkImageSincInterpolatorprotected
LastBlurFactorsvtkImageSincInterpolatorprotected
Modified()vtkObjectvirtual
MTimevtkObjectprotected
New()vtkImageSincInterpolatorstatic
NewInstance() constvtkImageSincInterpolator
NewInstanceInternal() constvtkImageSincInterpolatorprotectedvirtual
ObjectNamevtkObjectprotected
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
OriginvtkAbstractImageInterpolatorprotected
OutValuevtkAbstractImageInterpolatorprotected
PrecomputeWeightsForExtent(const double matrix[16], const int extent[6], int newExtent[6], vtkInterpolationWeights *&weights) overridevtkImageSincInterpolatorvirtual
PrecomputeWeightsForExtent(const float matrix[16], const int extent[6], int newExtent[6], vtkInterpolationWeights *&weights) overridevtkImageSincInterpolatorvirtual
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintSelf(ostream &os, vtkIndent indent) overridevtkImageSincInterpolatorvirtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkObjectBase
RegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
ReleaseData()vtkAbstractImageInterpolatorvirtual
RemoveAllObservers()vtkObject
RemoveObserver(vtkCommand *)vtkObject
RemoveObserver(unsigned long tag)vtkObject
RemoveObservers(unsigned long event, vtkCommand *)vtkObject
RemoveObservers(const char *event, vtkCommand *)vtkObject
RemoveObservers(unsigned long event)vtkObject
RemoveObservers(const char *event)vtkObject
RenormalizationvtkImageSincInterpolatorprotected
RenormalizationOff()vtkImageSincInterpolatorinline
RenormalizationOn()vtkImageSincInterpolatorinline
ReportReferences(vtkGarbageCollector *)vtkObjectBaseprotectedvirtual
RowInterpolationFuncDoublevtkAbstractImageInterpolatorprotected
RowInterpolationFuncFloatvtkAbstractImageInterpolatorprotected
SafeDownCast(vtkObjectBase *o)vtkImageSincInterpolatorstatic
ScalarsvtkAbstractImageInterpolatorprotected
SetAntialiasing(int antialiasing)vtkImageSincInterpolator
SetBlurFactors(double x, double y, double z)vtkImageSincInterpolator
SetBlurFactors(const double f[3])vtkImageSincInterpolatorinline
SetBorderMode(vtkImageBorderMode mode)vtkAbstractImageInterpolator
SetBorderModeToClamp()vtkAbstractImageInterpolatorinline
SetBorderModeToMirror()vtkAbstractImageInterpolatorinline
SetBorderModeToRepeat()vtkAbstractImageInterpolatorinline
SetComponentCount(int count)vtkAbstractImageInterpolator
SetComponentOffset(int offset)vtkAbstractImageInterpolator
SetDebug(bool debugFlag)vtkObject
SetGlobalWarningDisplay(vtkTypeBool val)vtkObjectstatic
SetMemkindDirectory(const char *directoryname)vtkObjectBasestatic
SetObjectName(const std::string &objectName)vtkObjectvirtual
SetOutValue(double outValue)vtkAbstractImageInterpolator
SetReferenceCount(int)vtkObjectBase
SetRenormalization(int renormalization)vtkImageSincInterpolator
SetSlidingWindow(bool x)vtkAbstractImageInterpolator
SetTolerance(double tol)vtkAbstractImageInterpolator
SetUseWindowParameter(int val)vtkImageSincInterpolator
SetWindowFunction(int mode)vtkImageSincInterpolatorvirtual
SetWindowFunctionToBlackman()vtkImageSincInterpolatorinline
SetWindowFunctionToBlackmanHarris3()vtkImageSincInterpolatorinline
SetWindowFunctionToBlackmanHarris4()vtkImageSincInterpolatorinline
SetWindowFunctionToBlackmanNuttall3()vtkImageSincInterpolatorinline
SetWindowFunctionToBlackmanNuttall4()vtkImageSincInterpolatorinline
SetWindowFunctionToCosine()vtkImageSincInterpolatorinline
SetWindowFunctionToHamming()vtkImageSincInterpolatorinline
SetWindowFunctionToHann()vtkImageSincInterpolatorinline
SetWindowFunctionToKaiser()vtkImageSincInterpolatorinline
SetWindowFunctionToLanczos()vtkImageSincInterpolatorinline
SetWindowFunctionToNuttall()vtkImageSincInterpolatorinline
SetWindowHalfWidth(int n)vtkImageSincInterpolator
SetWindowParameter(double param)vtkImageSincInterpolator
SlidingWindowvtkAbstractImageInterpolatorprotected
SlidingWindowOff()vtkAbstractImageInterpolatorinline
SlidingWindowOn()vtkAbstractImageInterpolatorinline
SpacingvtkAbstractImageInterpolatorprotected
StructuredBoundsDoublevtkAbstractImageInterpolatorprotected
StructuredBoundsFloatvtkAbstractImageInterpolatorprotected
SubjectHelpervtkObjectprotected
Superclass typedefvtkImageSincInterpolator
TolerancevtkAbstractImageInterpolatorprotected
UnRegister(vtkObjectBase *o)vtkObjectBasevirtual
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) overridevtkObjectprotectedvirtual
Update()vtkAbstractImageInterpolatorvirtual
UseDirectionvtkAbstractImageInterpolatorprotected
UsesGarbageCollector() constvtkObjectBaseinlinevirtual
UseWindowParametervtkImageSincInterpolatorprotected
UseWindowParameterOff()vtkImageSincInterpolatorinline
UseWindowParameterOn()vtkImageSincInterpolatorinline
vtkAbstractImageInterpolator()vtkAbstractImageInterpolatorprotected
vtkBaseTypeMacro(vtkObject, vtkObjectBase)vtkObject
vtkImageSincInterpolator()vtkImageSincInterpolatorprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WeakPointersvtkObjectBaseprotected
WindowFunctionvtkImageSincInterpolatorprotected
WindowHalfWidthvtkImageSincInterpolatorprotected
WindowParametervtkImageSincInterpolatorprotected
~vtkAbstractImageInterpolator() overridevtkAbstractImageInterpolatorprotected
~vtkImageSincInterpolator() overridevtkImageSincInterpolatorprotected
~vtkObject() overridevtkObjectprotected
~vtkObjectBase()vtkObjectBaseprotectedvirtual