VTK  9.6.1
vtkInterpolationInfo Struct Reference

#include <vtkAbstractImageInterpolator.h>

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

Public Attributes

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 381 of file vtkAbstractImageInterpolator.h.

Member Data Documentation

◆ Pointer

const void* vtkInterpolationInfo::Pointer

Definition at line 383 of file vtkAbstractImageInterpolator.h.

◆ Extent

int vtkInterpolationInfo::Extent[6]

Definition at line 384 of file vtkAbstractImageInterpolator.h.

◆ Increments

vtkIdType vtkInterpolationInfo::Increments[3]

Definition at line 385 of file vtkAbstractImageInterpolator.h.

◆ ScalarType

int vtkInterpolationInfo::ScalarType

Definition at line 386 of file vtkAbstractImageInterpolator.h.

◆ NumberOfComponents

int vtkInterpolationInfo::NumberOfComponents

Definition at line 387 of file vtkAbstractImageInterpolator.h.

◆ BorderMode

vtkImageBorderMode vtkInterpolationInfo::BorderMode

Definition at line 388 of file vtkAbstractImageInterpolator.h.

◆ InterpolationMode

int vtkInterpolationInfo::InterpolationMode

Definition at line 389 of file vtkAbstractImageInterpolator.h.

◆ ExtraInfo

void* vtkInterpolationInfo::ExtraInfo

Definition at line 390 of file vtkAbstractImageInterpolator.h.

◆ Array

vtkDataArray* vtkInterpolationInfo::Array

Definition at line 392 of file vtkAbstractImageInterpolator.h.

◆ Index

vtkIdType vtkInterpolationInfo::Index

Definition at line 393 of file vtkAbstractImageInterpolator.h.


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