Viskores
1.0
|
#include <viskores/cont/DataSet.h>
#include <viskores/cont/Field.h>
#include <viskores/cont/PartitionedDataSet.h>
#include <numeric>
Go to the source code of this file.
Namespaces | |
viskores | |
Groups connected points that have the same field value. | |
viskores::cont | |
Viskores Control Environment. | |
Functions | |
viskores::cont::ArrayHandle< viskores::Range > | viskores::cont::FieldRangeCompute (const viskores::cont::DataSet &dataset, const std::string &name, viskores::cont::Field::Association assoc=viskores::cont::Field::Association::Any) |
Compute ranges for fields in a DataSet or PartitionedDataSet. More... | |
viskores::cont::ArrayHandle< viskores::Range > | viskores::cont::FieldRangeCompute (const viskores::cont::PartitionedDataSet &pds, const std::string &name, viskores::cont::Field::Association assoc=viskores::cont::Field::Association::Any) |
Returns the range for a field from a PartitionedDataSet. More... | |