VTK
9.1.0
|
#include <vtkImageInterpolatorInternals.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 |
int | BorderMode |
int | InterpolationMode |
void * | ExtraInfo |
vtkDataArray * | Array |
vtkIdType | Index |
Definition at line 43 of file vtkImageInterpolatorInternals.h.
|
inline |
Definition at line 55 of file vtkImageInterpolatorInternals.h.
vtkIdType* vtkInterpolationWeights::Positions[3] |
Definition at line 45 of file vtkImageInterpolatorInternals.h.
void* vtkInterpolationWeights::Weights[3] |
Definition at line 46 of file vtkImageInterpolatorInternals.h.
int vtkInterpolationWeights::WeightExtent[6] |
Definition at line 47 of file vtkImageInterpolatorInternals.h.
int vtkInterpolationWeights::KernelSize[3] |
Definition at line 48 of file vtkImageInterpolatorInternals.h.
int vtkInterpolationWeights::WeightType |
Definition at line 49 of file vtkImageInterpolatorInternals.h.
void* vtkInterpolationWeights::Workspace |
Definition at line 50 of file vtkImageInterpolatorInternals.h.
int vtkInterpolationWeights::LastY |
Definition at line 51 of file vtkImageInterpolatorInternals.h.
int vtkInterpolationWeights::LastZ |
Definition at line 52 of file vtkImageInterpolatorInternals.h.