vtk-m2/vtkm/filter
Vicente Adolfo Bolea Sanchez 5ddfb719a3 ClipWithField: Use primive types in instantiations
`vtkm::[U]Int*` types depending of each platform/arch would translate to
different integer types. We cannot make a generalization with this.

A simple way to handle this is to simply use primitive types, such as
char, signed char, long..., instead of vtkm::[U]Int*. This makes sure
that every primitive type is actually instantiated.

We could potentially use this in other filters instantiation file.

This error has been reported in VTK when being build with vtkm.
2020-11-19 19:14:16 -05:00
..
internal Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
particleadvection Support for ghost cells in P.A. filter 2020-10-26 12:39:31 -04:00
testing Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CellAverage.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CellAverage.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CellAverage.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CellMeasures.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
CellMeasures.hxx Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
CellSetConnectivity.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
CellSetConnectivity.hxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
CleanGrid.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CleanGrid.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CleanGrid.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithField.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithField.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithFieldScalar.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithFieldSignedInteger.cxx ClipWithField: Use primive types in instantiations 2020-11-19 19:14:16 -05:00
ClipWithFieldSignedInteger.cxx.in ClipWithField: Use primive types in instantiations 2020-11-19 19:14:16 -05:00
ClipWithFieldSkipInstantiations.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithFieldSkipInstantiations.hxx.in Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithFieldUnsignedInteger.cxx ClipWithField: Use primive types in instantiations 2020-11-19 19:14:16 -05:00
ClipWithFieldUnsignedInteger.cxx.in ClipWithField: Use primive types in instantiations 2020-11-19 19:14:16 -05:00
ClipWithImplicitFunction.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithImplicitFunction.cxx.in Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithImplicitFunction.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithImplicitFunction.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithImplicitFunctionSkipInstantiations.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ClipWithImplicitFunctionSkipInstantiations.hxx.in Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
CMakeLists.txt Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ComputeMoments.h ComputeMoments: use FilterField instead of FilterCell 2020-08-31 16:51:12 -04:00
ComputeMoments.hxx Merge topic 'realRadiusFix' 2019-09-18 16:36:43 -04:00
Contour.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Contour.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Contour.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ContourInteger.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ContourScalar.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ContourTreeUniform.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniform.hxx Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniformAugmented.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniformAugmented.hxx Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
ContourTreeUniformDistributed.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniformDistributed.hxx Fix compile errors 2020-09-17 05:42:41 -07:00
CoordinateSystemTransform.h Output CoordinateSystemTransforms results in Coordinates 2020-03-05 15:21:47 -05:00
CoordinateSystemTransform.hxx Output CoordinateSystemTransforms results in Coordinates 2020-03-05 15:21:47 -05:00
CreateResult.h Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
CrossProduct.h Fix gaps in type support 2020-03-19 17:07:11 -06:00
CrossProduct.hxx VTK-m filters now have a consistent set of header guards 2019-10-08 10:39:59 -04:00
DotProduct.h Fix gaps in type support 2020-03-19 17:07:11 -06:00
DotProduct.hxx Fix gaps in type support 2020-03-19 17:07:11 -06:00
Entropy.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Entropy.hxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
ExternalFaces.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExternalFaces.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExternalFaces.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractGeometry.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractGeometry.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractGeometry.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractPoints.h Convert CleanGrid (and dependents) to use precompiled field map 2020-05-21 08:34:29 -06:00
ExtractPoints.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
ExtractStructured.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractStructured.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ExtractStructured.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
FieldMetadata.h Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
FieldSelection.h Do not rely on implict copy constructors when destructor defined 2020-03-18 14:53:14 -06:00
FieldToColors.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldToColors.hxx Move ColorTable mapping to its own header 2020-09-14 16:40:26 -06:00
Filter.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Filter.hxx Identify number of partitions in filter execution 2020-10-26 09:00:09 -06:00
FilterCell.h Deprecate FilterCell 2020-08-10 17:19:06 -06:00
FilterDataSet.h vtkm::filter::Filter passes filter policies by value 2019-09-17 13:50:58 -04:00
FilterDataSet.hxx Fix policy use in FilterDataSet::MapFieldOntoOutput 2019-09-19 10:59:19 -05:00
FilterDataSetWithField.h vtkm::filter::Filter passes filter policies by value 2019-09-17 13:50:58 -04:00
FilterDataSetWithField.hxx Deprecate ListTag operations 2019-12-05 11:27:31 -05:00
FilterField.h vtkm::filter::Filter passes filter policies by value 2019-09-17 13:50:58 -04:00
FilterField.hxx Deprecate ListTag operations 2019-12-05 11:27:31 -05:00
FilterTraits.h Remove some commented out code 2019-12-10 15:29:46 -07:00
GhostCellClassify.h Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
GhostCellClassify.hxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
GhostCellRemove.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
GhostCellRemove.hxx Change interface of atomic compare and swap 2020-10-20 08:39:22 -06:00
Gradient.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Gradient.hxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
GradientCartesianPoints.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
GradientScalar.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
GradientUniformPoints.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
GradientVector.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Histogram.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Histogram.hxx Deprecate templated versions of Field::GetRange 2020-11-09 12:28:29 -07:00
ImageConnectivity.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ImageConnectivity.hxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
ImageMedian.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ImageMedian.hxx restore comment, add needed #include 2020-07-21 18:21:44 -06:00
Lagrangian.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
Lagrangian.hxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
LagrangianStructures.h Put each ODE integrator in it's own file. 2020-08-18 15:32:39 -04:00
LagrangianStructures.hxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
MapFieldMergeAverage.cxx Add scope log for functions that help map fields in filters 2020-10-13 16:35:25 -06:00
MapFieldMergeAverage.h cmake: split vtkm_filter into common|extra|contour|gradient 2020-08-19 19:20:43 -04:00
MapFieldPermutation.cxx Add scope log for functions that help map fields in filters 2020-10-13 16:35:25 -06:00
MapFieldPermutation.h cmake: split vtkm_filter into common|extra|contour|gradient 2020-08-19 19:20:43 -04:00
Mask.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
Mask.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
MaskPoints.h Convert CleanGrid (and dependents) to use precompiled field map 2020-05-21 08:34:29 -06:00
MaskPoints.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
MeshQuality.h United We Stand 2020-06-05 16:09:10 -06:00
MeshQuality.hxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
NDEntropy.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
NDEntropy.hxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
NDHistogram.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
NDHistogram.hxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ParticleAdvection.h Support for ghost cells in P.A. filter 2020-10-26 12:39:31 -04:00
ParticleAdvection.hxx Support for ghost cells in P.A. filter 2020-10-26 12:39:31 -04:00
ParticleDensityNearestGridPoint.h minor change based on code review 2020-10-21 16:08:06 -06:00
ParticleDensityNearestGridPoint.hxx fixed type conversion and typo 2020-10-21 16:32:04 -06:00
Pathline.h Rename the Particle classes. 2020-08-26 08:59:51 -04:00
Pathline.hxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
PointAverage.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
PointAverage.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
PointAverage.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
PointElevation.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
PointElevation.hxx VTK-m filters now have a consistent set of header guards 2019-10-08 10:39:59 -04:00
PointTransform.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
PointTransform.hxx Make PointTransform actually transform the points 2019-08-26 12:29:24 -06:00
PolicyBase.h Rename IsInValidArrayHandle to IsInvalidArrayHandle 2020-06-17 15:38:19 -06:00
PolicyDefault.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PolicyExtrude.h Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
Probe.h Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
Probe.hxx Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
SplitSharpEdges.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
SplitSharpEdges.hxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
Streamline.h Rename the Particle classes. 2020-08-26 08:59:51 -04:00
Streamline.hxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
StreamSurface.h Rename the Particle classes. 2020-08-26 08:59:51 -04:00
StreamSurface.hxx Rename the Particle classes. 2020-08-26 08:59:51 -04:00
SurfaceNormals.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
SurfaceNormals.hxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
Tetrahedralize.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
Tetrahedralize.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
Threshold.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Threshold.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
Threshold.hxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
ThresholdPoints.h Convert CleanGrid (and dependents) to use precompiled field map 2020-05-21 08:34:29 -06:00
ThresholdPoints.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
Triangulate.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
Triangulate.hxx BenchmarkFilters: adds unstructured Dataset for some filters 2020-10-07 18:46:36 -04:00
Tube.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
Tube.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
VectorMagnitude.cxx Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
VectorMagnitude.h Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
VectorMagnitude.hxx VTK-m filters now have a consistent set of header guards 2019-10-08 10:39:59 -04:00
VertexClustering.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
VertexClustering.hxx Properly handle global (whole mesh) fields in data set filters 2020-05-21 08:34:34 -06:00
WarpScalar.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
WarpScalar.hxx VTK-m filters now have a consistent set of header guards 2019-10-08 10:39:59 -04:00
WarpVector.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
WarpVector.hxx VTK-m filters now have a consistent set of header guards 2019-10-08 10:39:59 -04:00
ZFPCompressor1D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPCompressor1D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPCompressor2D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPCompressor2D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPCompressor3D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPCompressor3D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor1D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor1D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor2D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor2D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor3D.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
ZFPDecompressor3D.hxx Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00