VTK
|
Non-templated implementations for vtkDataArrayTemplate. More...
#include <vtkDataArrayTemplateHelper.h>
Non-templated implementations for vtkDataArrayTemplate.
This namespace contains algorithms for internal use by vtkDataArrayTemplate. Its purpose is it to work around template instantiation issues caused by referring to concrete vtkDataArrayTemplate<T> in vtkDataArrayTemplate's inlined implementations. Methods that cause compiler warnings such as: "type attributes ignored after type is already defined [-Wattributes]" when declaring DLL interfaces in vtkIntArray.cxx, vtkFloatArray.cxx, etc. should go here.