-
- Downloads
Add extern template decls for vtkArrayIterator
The template instantiations were moved out of the array classes and into their own source file, rather than adding the extern template declarations into the header file of each array class. This was done to avoid repeating the same code block across many header files.
Showing
- Common/Core/CMakeLists.txt 4 additions, 1 deletionCommon/Core/CMakeLists.txt
- Common/Core/vtkAOSDataArrayTemplate.h 1 addition, 1 deletionCommon/Core/vtkAOSDataArrayTemplate.h
- Common/Core/vtkArrayIteratorIncludes.h 0 additions, 3 deletionsCommon/Core/vtkArrayIteratorIncludes.h
- Common/Core/vtkArrayIteratorTemplate.h 26 additions, 20 deletionsCommon/Core/vtkArrayIteratorTemplate.h
- Common/Core/vtkArrayIteratorTemplateInstantiate.cxx 23 additions, 0 deletionsCommon/Core/vtkArrayIteratorTemplateInstantiate.cxx
- Common/Core/vtkCharArray.cxx 0 additions, 3 deletionsCommon/Core/vtkCharArray.cxx
- Common/Core/vtkDoubleArray.cxx 0 additions, 3 deletionsCommon/Core/vtkDoubleArray.cxx
- Common/Core/vtkFloatArray.cxx 0 additions, 3 deletionsCommon/Core/vtkFloatArray.cxx
- Common/Core/vtkIdTypeArray.cxx 0 additions, 2 deletionsCommon/Core/vtkIdTypeArray.cxx
- Common/Core/vtkIntArray.cxx 0 additions, 3 deletionsCommon/Core/vtkIntArray.cxx
- Common/Core/vtkLongArray.cxx 0 additions, 3 deletionsCommon/Core/vtkLongArray.cxx
- Common/Core/vtkLongLongArray.cxx 0 additions, 3 deletionsCommon/Core/vtkLongLongArray.cxx
- Common/Core/vtkSOADataArrayTemplate.h 1 addition, 1 deletionCommon/Core/vtkSOADataArrayTemplate.h
- Common/Core/vtkShortArray.cxx 0 additions, 3 deletionsCommon/Core/vtkShortArray.cxx
- Common/Core/vtkSignedCharArray.cxx 0 additions, 3 deletionsCommon/Core/vtkSignedCharArray.cxx
- Common/Core/vtkStringArray.cxx 0 additions, 5 deletionsCommon/Core/vtkStringArray.cxx
- Common/Core/vtkStringArray.h 0 additions, 2 deletionsCommon/Core/vtkStringArray.h
- Common/Core/vtkUnicodeStringArray.cxx 1 addition, 3 deletionsCommon/Core/vtkUnicodeStringArray.cxx
- Common/Core/vtkUnsignedCharArray.cxx 0 additions, 3 deletionsCommon/Core/vtkUnsignedCharArray.cxx
- Common/Core/vtkUnsignedIntArray.cxx 0 additions, 3 deletionsCommon/Core/vtkUnsignedIntArray.cxx
Loading