VTK  9.3.1
vtkDataArrayAccessor< vtkDataArray > Struct Reference

#include <vtkDataArrayAccessor.h>

Collaboration diagram for vtkDataArrayAccessor< vtkDataArray >:
[legend]

Public Types

typedef vtkDataArray ArrayType
 
typedef double APIType
 

Public Member Functions

 vtkDataArrayAccessor (ArrayType *array)
 
VTK_ALWAYS_INLINE APIType Get (vtkIdType tupleIdx, int compIdx) const
 
VTK_ALWAYS_INLINE void Set (vtkIdType tupleIdx, int compIdx, APIType val) const
 
VTK_ALWAYS_INLINE void Insert (vtkIdType tupleIdx, int compIdx, APIType val) const
 
VTK_ALWAYS_INLINE void Get (vtkIdType tupleIdx, APIType *tuple) const
 
VTK_ALWAYS_INLINE void Set (vtkIdType tupleIdx, const APIType *tuple) const
 
VTK_ALWAYS_INLINE void Insert (vtkIdType tupleIdx, const APIType *tuple) const
 

Public Attributes

ArrayTypeArray
 

Detailed Description

Definition at line 145 of file vtkDataArrayAccessor.h.

Member Typedef Documentation

◆ ArrayType

Definition at line 147 of file vtkDataArrayAccessor.h.

◆ APIType

double vtkDataArrayAccessor< vtkDataArray >::APIType

Definition at line 148 of file vtkDataArrayAccessor.h.

Constructor & Destructor Documentation

◆ vtkDataArrayAccessor()

Member Function Documentation

◆ Get() [1/2]

VTK_ALWAYS_INLINE APIType vtkDataArrayAccessor< vtkDataArray >::Get ( vtkIdType tupleIdx,
int compIdx ) const
inline

Definition at line 158 of file vtkDataArrayAccessor.h.

◆ Set() [1/2]

VTK_ALWAYS_INLINE void vtkDataArrayAccessor< vtkDataArray >::Set ( vtkIdType tupleIdx,
int compIdx,
APIType val ) const
inline

Definition at line 164 of file vtkDataArrayAccessor.h.

◆ Insert() [1/2]

VTK_ALWAYS_INLINE void vtkDataArrayAccessor< vtkDataArray >::Insert ( vtkIdType tupleIdx,
int compIdx,
APIType val ) const
inline

Definition at line 170 of file vtkDataArrayAccessor.h.

◆ Get() [2/2]

VTK_ALWAYS_INLINE void vtkDataArrayAccessor< vtkDataArray >::Get ( vtkIdType tupleIdx,
APIType * tuple ) const
inline

Definition at line 176 of file vtkDataArrayAccessor.h.

◆ Set() [2/2]

VTK_ALWAYS_INLINE void vtkDataArrayAccessor< vtkDataArray >::Set ( vtkIdType tupleIdx,
const APIType * tuple ) const
inline

Definition at line 179 of file vtkDataArrayAccessor.h.

◆ Insert() [2/2]

VTK_ALWAYS_INLINE void vtkDataArrayAccessor< vtkDataArray >::Insert ( vtkIdType tupleIdx,
const APIType * tuple ) const
inline

Definition at line 185 of file vtkDataArrayAccessor.h.

Member Data Documentation

◆ Array

Definition at line 150 of file vtkDataArrayAccessor.h.


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