VTK-m
2.0
vtkm
worklet
flying_edges
FlyingEdges3D
Public Types
|
List of all members
vtkm::worklet::flying_edges::FlyingEdges3D Struct Reference
#include <
FlyingEdgesHelpers.h
>
Public Types
enum
EdgeClass
{
Below
= 0,
Above
= 1,
LeftAbove
= 1,
RightAbove
= 2,
BothAbove
= 3
}
enum
CellClass
{
Interior
= 0,
MinBoundary
= 1,
MaxBoundary
= 2 }
Member Enumeration Documentation
◆
CellClass
enum
vtkm::worklet::flying_edges::FlyingEdges3D::CellClass
Enumerator
Interior
MinBoundary
MaxBoundary
◆
EdgeClass
enum
vtkm::worklet::flying_edges::FlyingEdges3D::EdgeClass
Enumerator
Below
Above
LeftAbove
RightAbove
BothAbove
The documentation for this struct was generated from the following file:
FlyingEdgesHelpers.h
Generated by
1.8.17