Go to the documentation of this file.
10 #ifndef vtk_m_filter_resampling_Probe_h
11 #define vtk_m_filter_resampling_Probe_h
46 this->Geometry.CopyStructure(geometry);
73 #endif // vtk_m_filter_resampling_Probe_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetGeometry(const vtkm::cont::DataSet &geometry)
Specify the geometry to probe with.
Definition: Probe.h:43
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
vtkm::cont::DataSet Geometry
Definition: Probe.h:64
vtkm::Float64 GetInvalidValue() const
Specify the value to use for points outside the bounds of the input.
Definition: Probe.h:59
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
Sample the fields of a data set at specified locations.
Definition: Probe.h:36
const vtkm::cont::DataSet & GetGeometry() const
Specify the geometry to probe with.
Definition: Probe.h:50
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
#define VTKM_FILTER_RESAMPLING_EXPORT
Definition: vtkm_filter_resampling_export.h:44
void SetInvalidValue(vtkm::Float64 invalidValue)
Specify the value to use for points outside the bounds of the input.
Definition: Probe.h:57