#include "vtkBuffer.h"
#include "vtkCommonCoreModule.h"
#include "vtkCompiler.h"
#include "vtkGenericDataArray.h"
Go to the source code of this file.
◆ vtkCreateSOAWrappedArrayInterface
| #define vtkCreateSOAWrappedArrayInterface |
( |
|
T | ) |
|
Value: int GetDataType() const override; \
T GetDataTypeValueMin() const; \
T GetDataTypeValueMax() const; \
vtkIdType InsertNextTypedTuple(const T* tuple); \
bool SetNumberOfValues(
vtkIdType number) override; \
T* GetComponentArrayPointer(int id); \
int deleteMethod);
void save(Archiver &ar, const std::string &str, const unsigned int version)
#define VTK_SIZEHINT(...)
Definition at line 273 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 | ) |
|