Go to the documentation of this file.
10 #ifndef vtk_m_filter_density_estimate_ContinuousScatterPlot_h
11 #define vtk_m_filter_density_estimate_ContinuousScatterPlot_h
20 namespace density_estimate
60 #endif //vtk_m_filter_density_estimate_ContinuousScatterPlot_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
ContinuousScatterPlot()
Definition: ContinuousScatterPlot.h:42
Constructs the continuous scatterplot for two given scalar point fields of a mesh.
Definition: ContinuousScatterPlot.h:39
Base class for all filters.
Definition: Filter.h:163
@ Points
A field that applies to points.
#define VTKM_CONT
Definition: ExportMacros.h:57
#define VTKM_FILTER_DENSITY_ESTIMATE_EXPORT
Definition: vtkm_filter_density_estimate_export.h:44
void SetActiveFieldsPair(const std::string &fieldName1, const std::string &fieldName2)
Select both point fields to use when running the filter.
Definition: ContinuousScatterPlot.h:47