#include "vtkCommonCoreModule.h"
#include "vtkGenericDataArray.h"
#include "vtkBuffer.h"
Go to the source code of this file.
◆ vtkCreateWrappedArrayInterface
#define vtkCreateWrappedArrayInterface |
( |
|
T | ) |
|
Value:int GetDataType(); \
VTK_EXPECTS(0 <= i && i < GetNumberOfTuples()); \
void SetTypedTuple(
vtkIdType i,
const T* tuple) \
VTK_EXPECTS(0 <= i && i < GetNumberOfTuples()); \
void InsertTypedTuple(
vtkIdType i,
const T* tuple) \
VTK_EXPECTS(0 <= i); \
vtkIdType InsertNextTypedTuple(const T* tuple); \
VTK_EXPECTS(0 <= id && id < GetNumberOfValues()); \
VTK_EXPECTS(0 <= id && id < GetNumberOfValues()); \
VTK_EXPECTS(0 <= id); \
vtkIdType InsertNextValue(T f); \
T *GetValueRange(int comp); \
T *GetValueRange(); \
void save(Archiver &ar, const vtkUnicodeString &str, const unsigned int vtkNotUsed(version))