|
VTK
9.6.1
|
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 106 of file vtkGenericDataArray.h.
|
inline |
Set the value at valueIdx to value.
valueIdx assumes AOS ordering.
Definition at line 118 of file vtkGenericDataArray.h.
|
inline |
Copy the tuple at tupleIdx into tuple.
Definition at line 132 of file vtkGenericDataArray.h.
|
inline |
Set this array's tuple at tupleIdx to the values in tuple.
Definition at line 146 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 157 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 169 of file vtkGenericDataArray.h.
|
inlineprotected |
Allocate space for numTuples.
Old data is not preserved. If numTuples == 0, all data is freed.
Definition at line 363 of file vtkGenericDataArray.h.
|
inlineprotected |
Allocate space for numTuples.
Old data is preserved. If numTuples == 0, all data is freed.
Definition at line 373 of file vtkGenericDataArray.h.