#include "vtkAffineImplicitBackend.h"
#include "vtkCommonCoreModule.h"
#include "vtkCompiler.h"
#include "vtkImplicitArray.h"
Go to the source code of this file.
◆ vtkCreateAffineWrappedArrayInterface
| #define vtkCreateAffineWrappedArrayInterface |
( |
| T | ) |
|
Value:
void ConstructBackend(T slope, T intercept); \
T GetSlope() const; \
T GetIntercept() const;
#define vtkCreateImplicitWrappedArrayInterface(T)
Definition at line 104 of file vtkAffineArray.h.
◆ VTK_AFFINE_ARRAY_EXTERN
| #define VTK_AFFINE_ARRAY_EXTERN |
◆ vtkArrayDownCast_TemplateFastCastMacro()
◆ vtkExternTemplateMacro()
| vtkExternTemplateMacro |
( |
extern template class VTKCOMMONCORE_EXPORT | vtkAffineArray | ) |
|