Go to the source code of this file.
◆ VTK_DATA_ARRAY_TEMPLATE_INSTANTIATE
◆ vtkCreateWrappedArrayInterface
#define vtkCreateWrappedArrayInterface |
( |
|
T | ) |
|
Value:int GetDataType(); \
void SetTupleValue(
vtkIdType i,
const T* tuple); \
void InsertTupleValue(
vtkIdType i,
const T* tuple); \
vtkIdType InsertNextTupleValue(const T* tuple); \
vtkIdType InsertNextValue(T
f); \
T *GetValueRange(int comp); \
T *GetValueRange(); \
GLsizei const GLfloat * value
Definition at line 370 of file vtkDataArrayTemplate.h.