add(impArr): module headers for all arrays
parent
73b84ead94
commit
2bb46a9b06
|
@ -21,7 +21,8 @@
|
|||
#include "vtkDataArrayPrivate.txx"
|
||||
#endif
|
||||
|
||||
#include "vtkAffineImplicitBackend.h" // for the array backend
|
||||
#include "vtkAffineImplicitBackend.h" // for the array backend
|
||||
#include "vtkCommonImplicitArraysModule.h" // for export macro
|
||||
#include "vtkImplicitArray.h"
|
||||
|
||||
#ifdef VTK_AFFINE_ARRAY_INSTANTIATING
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
#include "vtkDataArrayPrivate.txx"
|
||||
#endif
|
||||
|
||||
#include "vtkCompositeImplicitBackend.h" // for the array backend
|
||||
#include "vtkCommonImplicitArraysModule.h" // for export macro
|
||||
#include "vtkCompositeImplicitBackend.h" // for the array backend
|
||||
#include "vtkImplicitArray.h"
|
||||
|
||||
#ifdef VTK_COMPOSITE_ARRAY_INSTANTIATING
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
#include "vtkDataArrayPrivate.txx"
|
||||
#endif
|
||||
|
||||
#include "vtkConstantImplicitBackend.h" // for the array backend
|
||||
#include "vtkCommonImplicitArraysModule.h" // for export macro
|
||||
#include "vtkConstantImplicitBackend.h" // for the array backend
|
||||
#include "vtkImplicitArray.h"
|
||||
|
||||
#ifdef VTK_CONSTANT_ARRAY_INSTANTIATING
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "vtkDataArrayPrivate.txx"
|
||||
#endif
|
||||
|
||||
#include "vtkCommonImplicitArraysModule.h" // for export macro
|
||||
#include "vtkImplicitArray.h"
|
||||
|
||||
#ifdef VTK_STD_FUNCTION_ARRAY_INSTANTIATING
|
||||
|
|
Loading…
Reference in New Issue