vtk-m/vtkm/filter
Kenneth Moreland d25db19c87 Fix inconsistencies in connected components filters
The connected components filters had some simple issues that were
inconsistent with the operation of other filters.

  * Set the output to the OutputFieldName defined in the filter rather
    than hardcoding it to "component". The default value is still
    "component", but now you can change it.
  * Make sure the output field association is correct. The field
    association for CellSetConnectivity is always cell and the field
    association for ImageConnectivity is always point.
  * Check that the field association for the input field of
    ImageConnectivity is point. The filter will fail if it is not.
  * Make both filters inherit from FilterCell instead of FilterField.
    The superclasses are similar but the latter allows the user to set the
    active cell set correctly.
  * Properly get the cell set specified by GetActiveCellSetIndex.
    Previously it was set to the active coordinates, which is wrong.
2019-03-28 18:35:46 -06:00
..
internal Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
testing Merge topic 'temporal_particleadvection_filter' 2019-03-26 16:05:24 -04:00
CellAverage.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CellAverage.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CellMeasures.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CellMeasures.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CellSetConnectivity.h Fix inconsistencies in connected components filters 2019-03-28 18:35:46 -06:00
CellSetConnectivity.hxx Fix inconsistencies in connected components filters 2019-03-28 18:35:46 -06:00
CleanGrid.h Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
CleanGrid.hxx Add ability to remove degenerate cells in CleanGrid 2019-02-26 12:44:57 -07:00
ClipWithField.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ClipWithField.hxx Update vtkm/filter to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
ClipWithImplicitFunction.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ClipWithImplicitFunction.hxx Update vtkm/filter to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
CMakeLists.txt Merge topic 'temporal_particleadvection_filter' 2019-03-26 16:05:24 -04:00
ContourTreeUniform.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ContourTreeUniform.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00
ContourTreeUniformAugmented.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ContourTreeUniformAugmented.hxx Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
CoordinateSystemTransform.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CoordinateSystemTransform.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CrossProduct.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
CrossProduct.hxx Update vtkm/filter to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
DotProduct.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
DotProduct.hxx Update vtkm/filter to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
Entropy.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Entropy.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ExternalFaces.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ExternalFaces.hxx Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
ExtractGeometry.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ExtractGeometry.hxx Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
ExtractPoints.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ExtractPoints.hxx Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
ExtractStructured.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ExtractStructured.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
FieldMetadata.h Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
FieldSelection.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldToColors.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
FieldToColors.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Filter.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Filter.hxx Clarify intent of TypeString and TypeName functions. 2019-03-01 11:47:53 -05:00
FilterCell.h remove shadow methods (fixes #210) 2018-03-29 09:29:21 -04:00
FilterCell.hxx remove shadow methods (fixes #210) 2018-03-29 09:29:21 -04:00
FilterDataSet.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FilterDataSet.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
FilterDataSetWithField.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FilterDataSetWithField.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
FilterField.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FilterField.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
FilterTraits.h Add ability to customize filter policy to auxiliary input fields 2018-10-31 23:51:36 +01:00
GhostCellClassify.h Rename ghost cell filters. 2019-03-25 09:08:16 -04:00
GhostCellClassify.hxx Rename ghost cell filters. 2019-03-25 09:08:16 -04:00
GhostCellRemove.h zone --> cell 2019-03-25 09:11:02 -04:00
GhostCellRemove.hxx zone --> cell 2019-03-25 09:11:02 -04:00
Gradient.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Gradient.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Histogram.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Histogram.hxx VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00
ImageConnectivity.h Fix inconsistencies in connected components filters 2019-03-28 18:35:46 -06:00
ImageConnectivity.hxx Fix inconsistencies in connected components filters 2019-03-28 18:35:46 -06:00
Lagrangian.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Lagrangian.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00
MarchingCubes.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
MarchingCubes.hxx Update vtkm/filter to work with ArrayHandleVariant 2018-12-27 14:35:56 -05:00
Mask.h Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
Mask.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
MaskPoints.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
MaskPoints.hxx Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
NDEntropy.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
NDEntropy.hxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
NDHistogram.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
NDHistogram.hxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
OscillatorSource.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
OscillatorSource.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Pathline.h Modify method names to clarify intent. 2019-03-26 11:53:40 -04:00
Pathline.hxx Modify method names to clarify intent. 2019-03-26 11:53:40 -04:00
PointAverage.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointAverage.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointElevation.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointElevation.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointTransform.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PointTransform.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
PolicyBase.h Rename ArrayHandleVariant to VariantArrayHandle. 2018-12-27 14:35:56 -05:00
PolicyDefault.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Probe.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Probe.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
SplitSharpEdges.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
SplitSharpEdges.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Streamline.h Add a single grid evaluator class for particle advection. 2019-01-30 13:47:27 -05:00
Streamline.hxx Create a pathline filter. 2019-03-25 16:10:58 -04:00
SurfaceNormals.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
SurfaceNormals.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Tetrahedralize.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Tetrahedralize.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Threshold.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Threshold.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ThresholdPoints.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
ThresholdPoints.hxx Add point merge capabilities to CleanGrid filter 2019-02-26 12:44:33 -07:00
Triangulate.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
Triangulate.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
VectorMagnitude.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
VectorMagnitude.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
VertexClustering.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
VertexClustering.hxx Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
WarpScalar.h Add ability to customize filter policy to auxiliary input fields 2018-10-31 23:51:36 +01:00
WarpScalar.hxx Add ability to customize filter policy to auxiliary input fields 2018-10-31 23:51:36 +01:00
WarpVector.h Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
WarpVector.hxx Fix issues from removing field type templates 2019-01-11 12:23:19 -07:00
ZFPCompressor1D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPCompressor1D.hxx Remove vtkm::cont::DynamicArrayHandle. 2018-12-27 14:35:56 -05:00
ZFPCompressor2D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPCompressor2D.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00
ZFPCompressor3D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPCompressor3D.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00
ZFPDecompressor1D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPDecompressor1D.hxx Remove vtkm::cont::DynamicArrayHandle. 2018-12-27 14:35:56 -05:00
ZFPDecompressor2D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPDecompressor2D.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00
ZFPDecompressor3D.h Add FilterTraits for supported types. 2019-03-04 12:59:04 -05:00
ZFPDecompressor3D.hxx Filters properly use the active cell set not the first cell set. 2019-03-28 09:02:25 -04:00