VTK-m  2.0
Namespaces | Functions
BoundsCompute.h File Reference
#include <vtkm/Bounds.h>
#include <vtkm/cont/vtkm_cont_export.h>

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::Bounds vtkm::cont::BoundsCompute (const vtkm::cont::DataSet &dataset, vtkm::Id coordinate_system_index=0)
 Functions to compute bounds for a single dataSset or partition dataset. More...
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::Bounds vtkm::cont::BoundsCompute (const vtkm::cont::PartitionedDataSet &pds, vtkm::Id coordinate_system_index=0)
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::Bounds vtkm::cont::BoundsCompute (const vtkm::cont::DataSet &dataset, const std::string &coordinate_system_name)
 
VTKM_CONT_EXPORT VTKM_CONT vtkm::Bounds vtkm::cont::BoundsCompute (const vtkm::cont::PartitionedDataSet &pds, const std::string &coordinate_system_name)