#include "vtkBuffer.h"
#include "vtkCommonCoreModule.h"
#include "vtkGenericDataArray.h"
Go to the source code of this file.
◆ vtkCreateWrappedArrayInterface
#define vtkCreateWrappedArrayInterface |
( |
|
T | ) |
|
Value:int GetDataType() const override; \
vtkIdType InsertNextTypedTuple(const T* tuple); \
bool SetNumberOfValues(
vtkIdType number)
override; \
vtkIdType InsertNextValue(T f); \
#define VTK_SIZEHINT(...)
void save(Archiver &ar, const vtkUnicodeString &str, const unsigned int vtkNotUsed(version))
Definition at line 312 of file vtkAOSDataArrayTemplate.h.
◆ vtkArrayDownCast_TemplateFastCastMacro()