VTK  9.6.20260111
vtkInterpolationWeights Struct Reference

#include <vtkAbstractImageInterpolator.h>

Inheritance diagram for vtkInterpolationWeights:
[legend]
Collaboration diagram for vtkInterpolationWeights:
[legend]

Public Member Functions

 vtkInterpolationWeights (const vtkInterpolationInfo &info)
 

Public Attributes

vtkIdTypePositions [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
 
vtkDataArrayArray
 
vtkIdType Index
 

Detailed Description

Definition at line 397 of file vtkAbstractImageInterpolator.h.

Constructor & Destructor Documentation

◆ vtkInterpolationWeights()

vtkInterpolationWeights::vtkInterpolationWeights ( const vtkInterpolationInfo & info)
inline

Definition at line 409 of file vtkAbstractImageInterpolator.h.

Member Data Documentation

◆ Positions

vtkIdType* vtkInterpolationWeights::Positions[3]

Definition at line 399 of file vtkAbstractImageInterpolator.h.

◆ Weights

void* vtkInterpolationWeights::Weights[3]

Definition at line 400 of file vtkAbstractImageInterpolator.h.

◆ WeightExtent

int vtkInterpolationWeights::WeightExtent[6]

Definition at line 401 of file vtkAbstractImageInterpolator.h.

◆ KernelSize

int vtkInterpolationWeights::KernelSize[3]

Definition at line 402 of file vtkAbstractImageInterpolator.h.

◆ WeightType

int vtkInterpolationWeights::WeightType

Definition at line 403 of file vtkAbstractImageInterpolator.h.

◆ Workspace

void* vtkInterpolationWeights::Workspace

Definition at line 404 of file vtkAbstractImageInterpolator.h.

◆ LastY

int vtkInterpolationWeights::LastY

Definition at line 405 of file vtkAbstractImageInterpolator.h.

◆ LastZ

int vtkInterpolationWeights::LastZ

Definition at line 406 of file vtkAbstractImageInterpolator.h.


The documentation for this struct was generated from the following file: