Go to the documentation of this file.
11 #ifndef vtk_m_filter_mesh_info_CellMeasures_h
12 #define vtk_m_filter_mesh_info_CellMeasures_h
15 #include <vtkm/filter/mesh_info/vtkm_filter_mesh_info_export.h>
36 return static_cast<IntegrationType>(
static_cast<int>(left) &
static_cast<int>(right));
40 return static_cast<IntegrationType>(
static_cast<int>(left) |
static_cast<int>(right));
69 #endif // vtk_m_filter_mesh_info_CellMeasures_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
IntegrationType measure
Definition: CellMeasures.h:63
VTKM_EXEC_CONT IntegrationType operator|(IntegrationType left, IntegrationType right)
Definition: CellMeasures.h:38
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
const std::string & GetCellMeasureName() const
Definition: CellMeasures.h:58
void SetCellMeasureName(const std::string &name)
Set/Get the name of the cell measure field. If not set, "measure" is used.
Definition: CellMeasures.h:57
Definition: FilterField.h:21
VTKM_EXEC_CONT IntegrationType operator&(IntegrationType left, IntegrationType right)
Definition: CellMeasures.h:34
#define VTKM_CONT
Definition: ExportMacros.h:57
Compute the measure of each (3D) cell in a dataset.
Definition: CellMeasures.h:50
IntegrationType
Specifies over what types of mesh elements CellMeasures will operate.
Definition: CellMeasures.h:25