#include "vtkBuffer.h"
#include "vtkCommonCoreModule.h"
#include "vtkCompiler.h"
#include "vtkDeprecation.h"
#include "vtkGenericDataArray.h"
Go to the source code of this file.
◆ vtkCreateSOAWrappedArrayInterface
| #define vtkCreateSOAWrappedArrayInterface |
( |
| T | ) |
|
Value:
vtkCreateWrappedArrayWriteInterface(T); \
T* GetComponentArrayPointer(int id); \
int deleteMethod); \
Abstract base class for vtkBuffer providing buffer protocol support.
#define vtkCreateWrappedArrayReadInterface(T)
void save(Archiver &ar, const std::string &str, const unsigned int version)
Definition at line 279 of file vtkSOADataArrayTemplate.h.
◆ VTK_SOA_DATA_ARRAY_TEMPLATE_EXTERN
| #define VTK_SOA_DATA_ARRAY_TEMPLATE_EXTERN |
◆ vtkArrayDownCast_TemplateFastCastMacro()
◆ vtkExternTemplateMacro()
| vtkExternTemplateMacro |
( |
extern template class VTKCOMMONCORE_EXPORT | vtkSOADataArrayTemplate | ) |
|