Skip to content

Commit 1f8da31

Browse files
committed
ENH: Added signed char instantiation.
1 parent 5e84693 commit 1f8da31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Filtering/vtkImageIterator.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#ifndef VTK_NO_EXPLICIT_TEMPLATE_INSTANTIATION
1919

20+
template class VTK_FILTERING_EXPORT vtkImageIterator<signed char>;
2021
template class VTK_FILTERING_EXPORT vtkImageIterator<char>;
2122
template class VTK_FILTERING_EXPORT vtkImageIterator<int>;
2223
template class VTK_FILTERING_EXPORT vtkImageIterator<long>;

Filtering/vtkImageProgressIterator.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#ifndef VTK_NO_EXPLICIT_TEMPLATE_INSTANTIATION
2626

27+
template class VTK_FILTERING_EXPORT vtkImageProgressIterator<signed char>;
2728
template class VTK_FILTERING_EXPORT vtkImageProgressIterator<char>;
2829
template class VTK_FILTERING_EXPORT vtkImageProgressIterator<int>;
2930
template class VTK_FILTERING_EXPORT vtkImageProgressIterator<long>;

0 commit comments

Comments
 (0)