|
VTK
9.6.20260111
|
#include <vtkAbstractImageInterpolator.h>
Public Member Functions | |
| vtkInterpolationWeights (const vtkInterpolationInfo &info) | |
Public Attributes | |
| vtkIdType * | Positions [3] |
| void * | Weights [3] |
| int | WeightExtent [6] |
| int | KernelSize [3] |
| int | WeightType |
| void * | Workspace |
| int | LastY |
| int | LastZ |
Public Attributes inherited from vtkInterpolationInfo | |
| const void * | Pointer |
| int | Extent [6] |
| vtkIdType | Increments [3] |
| int | ScalarType |
| int | NumberOfComponents |
| vtkImageBorderMode | BorderMode |
| int | InterpolationMode |
| void * | ExtraInfo |
| vtkDataArray * | Array |
| vtkIdType | Index |
Definition at line 397 of file vtkAbstractImageInterpolator.h.
|
inline |
Definition at line 409 of file vtkAbstractImageInterpolator.h.
| vtkIdType* vtkInterpolationWeights::Positions[3] |
Definition at line 399 of file vtkAbstractImageInterpolator.h.
| void* vtkInterpolationWeights::Weights[3] |
Definition at line 400 of file vtkAbstractImageInterpolator.h.
| int vtkInterpolationWeights::WeightExtent[6] |
Definition at line 401 of file vtkAbstractImageInterpolator.h.
| int vtkInterpolationWeights::KernelSize[3] |
Definition at line 402 of file vtkAbstractImageInterpolator.h.
| int vtkInterpolationWeights::WeightType |
Definition at line 403 of file vtkAbstractImageInterpolator.h.
| void* vtkInterpolationWeights::Workspace |
Definition at line 404 of file vtkAbstractImageInterpolator.h.
| int vtkInterpolationWeights::LastY |
Definition at line 405 of file vtkAbstractImageInterpolator.h.
| int vtkInterpolationWeights::LastZ |
Definition at line 406 of file vtkAbstractImageInterpolator.h.