VTK
vtkDataArrayTemplateHelpers Class Reference

Non-templated implementations for vtkDataArrayTemplate. More...

#include <vtkDataArrayTemplateHelper.h>

Detailed Description

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.


The documentation for this class was generated from the following file: