|
VTK
9.5.2
|
These signatures must be reimplemented in subclasses as public, non-virtual methods. More...
These signatures must be reimplemented in subclasses as public, non-virtual methods.
Ideally, they should be inlined and as efficient as possible to ensure the best performance possible.
|
inline |
Get the value at valueIdx.
valueIdx assumes AOS ordering.
Definition at line 99 of file vtkGenericDataArray.h.
|
inline |
Set the value at valueIdx to value.
valueIdx assumes AOS ordering.
Definition at line 111 of file vtkGenericDataArray.h.
|
inline |
Copy the tuple at tupleIdx into tuple.
Definition at line 125 of file vtkGenericDataArray.h.
|
inline |
Set this array's tuple at tupleIdx to the values in tuple.
Definition at line 139 of file vtkGenericDataArray.h.
|
inline |
Get component compIdx of the tuple at tupleIdx.
This is typically the fastest way to access array data.
Definition at line 150 of file vtkGenericDataArray.h.
|
inline |
Set component compIdx of the tuple at tupleIdx to value.
This is typically the fastest way to set array data.
Definition at line 162 of file vtkGenericDataArray.h.
|
inlineprotected |
Allocate space for numTuples.
Old data is not preserved. If numTuples == 0, all data is freed.
Definition at line 341 of file vtkGenericDataArray.h.
|
inlineprotected |
Allocate space for numTuples.
Old data is preserved. If numTuples == 0, all data is freed.
Definition at line 351 of file vtkGenericDataArray.h.