VTK-m
2.0
|
#include <vtkm/filter/FilterField.h>
#include <vtkm/filter/mesh_info/vtkm_filter_mesh_info_export.h>
Go to the source code of this file.
Classes | |
class | vtkm::filter::mesh_info::CellMeasures |
Compute the measure of each (3D) cell in a dataset. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::filter | |
VTK-m Filters. | |
vtkm::filter::mesh_info | |
Enumerations | |
enum | vtkm::filter::mesh_info::IntegrationType { vtkm::filter::mesh_info::IntegrationType::None = 0x00, vtkm::filter::mesh_info::IntegrationType::ArcLength = 0x01, vtkm::filter::mesh_info::IntegrationType::Area = 0x02, vtkm::filter::mesh_info::IntegrationType::Volume = 0x04, vtkm::filter::mesh_info::IntegrationType::AllMeasures = ArcLength | Area | Volume } |
Specifies over what types of mesh elements CellMeasures will operate. More... | |
Functions | |
VTKM_EXEC_CONT IntegrationType | vtkm::filter::mesh_info::operator& (IntegrationType left, IntegrationType right) |
VTKM_EXEC_CONT IntegrationType | vtkm::filter::mesh_info::operator| (IntegrationType left, IntegrationType right) |