VTK-m
2.0
|
#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::Range > | vtkm::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::Range > | vtkm::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... | |