vtk-m2/vtkm/filter
Allison Vacanti 5db762ee71 Refactor topology mappings to clarify meaning.
The `From` and `To` nomenclature for topology mapping has been confusing for
both users and developers, especially at lower levels where the intention of
mapping attributes from one element to another is easily conflated with the
concept of mapping indices (which maps in the exact opposite direction).

These identifiers have been renamed to `VisitTopology` and `IncidentTopology`
to clarify the direction of the mapping. The order in which these template
parameters are specified for `WorkletMapTopology` have also been reversed,
since eventually there may be more than one `IncidentTopology`, and having
`IncidentTopology` at the end will allow us to replace it with a variadic
template parameter pack in the future.

Other implementation details supporting these worklets, include `Fetch` tags,
`Connectivity` classes, and methods on the various `CellSet` classes (such as
`PrepareForInput` have also reversed their template arguments. These will need
to be cautiously updated.

The convenience implementations of `WorkletMapTopology` have been renamed for
clarity as follows:

```
WorkletMapPointToCell --> WorkletVisitCellsWithPoints
WorkletMapCellToPoint --> WorkletVisitPointsWithCells
```

The `ControlSignature` tags have been renamed as follows:

```
FieldInTo --> FieldInVisit
FieldInFrom --> FieldInMap
FromCount --> IncidentElementCount
FromIndices --> IncidentElementIndices
```
2019-08-06 11:27:26 -04:00
..
internal conslidate the license statement 2019-04-17 10:57:13 -06:00
testing Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CellAverage.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CellAverage.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CellMeasures.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CellMeasures.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CellSetConnectivity.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CellSetConnectivity.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CleanGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CleanGrid.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ClipWithField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ClipWithField.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ClipWithImplicitFunction.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ClipWithImplicitFunction.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CMakeLists.txt Merge topic 'add_mesh_quality' 2019-07-17 15:42:22 -04:00
ContourTreeUniform.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ContourTreeUniform.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ContourTreeUniformAugmented.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ContourTreeUniformAugmented.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CoordinateSystemTransform.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CoordinateSystemTransform.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
CrossProduct.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CrossProduct.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
DotProduct.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DotProduct.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
Entropy.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Entropy.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ExternalFaces.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ExternalFaces.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ExtractGeometry.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ExtractGeometry.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ExtractPoints.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ExtractPoints.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ExtractStructured.h Merge topic 'ExtractStructured' 2019-05-30 20:23:08 -04:00
ExtractStructured.hxx Merge topic 'ExtractStructured' 2019-05-30 20:23:08 -04:00
FieldMetadata.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldSelection.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldToColors.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldToColors.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Filter.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Filter.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterCell.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterCell.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterDataSet.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterDataSet.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterDataSetWithField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterDataSetWithField.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
FilterField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FilterField.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
FilterTraits.h conslidate the license statement 2019-04-17 10:57:13 -06:00
GhostCellClassify.h conslidate the license statement 2019-04-17 10:57:13 -06:00
GhostCellClassify.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
GhostCellRemove.h conslidate the license statement 2019-04-17 10:57:13 -06:00
GhostCellRemove.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Gradient.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Gradient.hxx Gradient's ComputeDivergence is now properly initialized 2019-06-19 08:36:19 -04:00
Histogram.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Histogram.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ImageConnectivity.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ImageConnectivity.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
Lagrangian.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Lagrangian.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
MarchingCubes.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MarchingCubes.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Mask.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Mask.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
MaskPoints.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MaskPoints.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
MeshQuality.h Revised version of the original mesh quality merge request 2019-07-02 22:35:54 -07:00
MeshQuality.hxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
NDEntropy.h conslidate the license statement 2019-04-17 10:57:13 -06:00
NDEntropy.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
NDHistogram.h conslidate the license statement 2019-04-17 10:57:13 -06:00
NDHistogram.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
OscillatorSource.h conslidate the license statement 2019-04-17 10:57:13 -06:00
OscillatorSource.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
Pathline.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Pathline.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
PointAverage.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PointAverage.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
PointElevation.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PointElevation.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
PointTransform.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PointTransform.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
PolicyBase.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PolicyDefault.h conslidate the license statement 2019-04-17 10:57:13 -06:00
PolicyExtrude.h First Extrude commit. 2019-06-20 22:17:24 -04:00
Probe.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Probe.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
SplitSharpEdges.h conslidate the license statement 2019-04-17 10:57:13 -06:00
SplitSharpEdges.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Streamline.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Streamline.hxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
SurfaceNormals.h Add orientation and winding options to SurfaceNormals. 2019-08-01 11:02:13 -04:00
SurfaceNormals.hxx Add orientation and winding options to SurfaceNormals. 2019-08-01 11:02:13 -04:00
Tetrahedralize.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Tetrahedralize.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
Threshold.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Threshold.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ThresholdPoints.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ThresholdPoints.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
Triangulate.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Triangulate.hxx Need to specialize DeduceCellSet 2019-06-21 21:48:26 -04:00
VectorMagnitude.h conslidate the license statement 2019-04-17 10:57:13 -06:00
VectorMagnitude.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
VertexClustering.h conslidate the license statement 2019-04-17 10:57:13 -06:00
VertexClustering.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
WarpScalar.h Remove unneeded methods from warpscalar and warpvector filters 2019-06-03 13:53:31 -04:00
WarpScalar.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
WarpVector.h Remove unneeded methods from warpscalar and warpvector filters 2019-06-03 13:53:31 -04:00
WarpVector.hxx Remove unneeded methods from warpscalar and warpvector filters 2019-06-03 13:53:31 -04:00
ZFPCompressor1D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor1D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor2D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor2D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor3D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor3D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor1D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor1D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor2D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor2D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor3D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompressor3D.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00