VTK-m  2.0
Namespaces | Functions
FieldRangeCompute.h File Reference
#include <vtkm/cont/DataSet.h>
#include <vtkm/cont/Field.h>
#include <vtkm/cont/PartitionedDataSet.h>
#include <numeric>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::cont
 VTK-m Control Environment.
 

Functions

VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::FieldRangeCompute (const vtkm::cont::DataSet &dataset, const std::string &name, vtkm::cont::Field::Association assoc=vtkm::cont::Field::Association::Any)
 Compute ranges for fields in a DataSet or PartitionedDataSet. More...
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::cont::ArrayHandle< vtkm::Rangevtkm::cont::FieldRangeCompute (const vtkm::cont::PartitionedDataSet &pds, const std::string &name, vtkm::cont::Field::Association assoc=vtkm::cont::Field::Association::Any)
 Returns the range for a field from a PartitionedDataSet. More...