|
VTK-m
2.3
|
#include <vtkm/filter/Filter.h>#include <vtkm/filter/mesh_info/vtkm_filter_mesh_info_export.h>#include <vtkm/Deprecated.h>Go to the source code of this file.
Classes | |
| class | vtkm::filter::mesh_info::CellMeasures |
| Compute the size measure of each 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 | |
| IntegrationType | vtkm::filter::mesh_info::operator& (IntegrationType left, IntegrationType right) |
| IntegrationType | vtkm::filter::mesh_info::operator| (IntegrationType left, IntegrationType right) |
1.8.17