Go to the documentation of this file.
18 #ifndef viskores_filter_resampling_Probe_h
19 #define viskores_filter_resampling_Probe_h
54 this->Geometry.CopyStructure(geometry);
67 this->InvalidValue = invalidValue;
84 #endif // viskores_filter_resampling_Probe_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetInvalidValue(viskores::Float64 invalidValue)
Specify the value to use for points outside the bounds of the input.
Definition: Probe.h:65
void SetGeometry(const viskores::cont::DataSet &geometry)
Specify the geometry to probe with.
Definition: Probe.h:51
Base class for all filters.
Definition: Filter.h:171
viskores::cont::DataSet Geometry
Definition: Probe.h:75
Sample the fields of a data set at specified locations.
Definition: Probe.h:44
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
const viskores::cont::DataSet & GetGeometry() const
Specify the geometry to probe with.
Definition: Probe.h:58
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169
viskores::Float64 GetInvalidValue() const
Specify the value to use for points outside the bounds of the input.
Definition: Probe.h:70